Commit 86981200 authored by hujiebin's avatar hujiebin

cp数据导出

parent 40dfe214
......@@ -97,7 +97,7 @@ func main() {
row := sheet.AddRow()
c1, c2, c3, c4, c5, c6 := row.AddCell(), row.AddCell(), row.AddCell(), row.AddCell(), row.AddCell(), row.AddCell()
c1.Value, c2.Value, c3.Value, c4.Value, c5.Value, c6.Value =
ats26(d.Id), ats26(d.UserId1), ats26(d.UserId2), ats26(d.UserId1Area), ats26(d.UserId2Area), ats26(d.Level)
ats26(d.Id), ats26(d.Code1), ats26(d.Code2), ats26(d.UserId1Area), ats26(d.UserId2Area), ats26(d.Level)
}
_ = xlFile.Save(excelFileName)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment