master
huanghai 5 years ago
parent e68ef2cb46
commit 059b2c7cb8

@ -542,7 +542,7 @@ func checkExcel(excelPath string, s1 ExcelUtil.TemplateStruct, MapClass map[stri
//重复
if len(rowArray) > 1 {
for i := range rowArray {
cell := "H" + CommonUtil.ConvertIntToString(rowArray[i])
cell := "J" + CommonUtil.ConvertIntToString(rowArray[i])
//重复
style, _ := f.GetCellStyle(s1.Title, Const.BlueCell)
_ = f.SetCellStyle(s1.Title, cell, cell, style)

Loading…
Cancel
Save