|
|
@@ -1482,7 +1482,7 @@ func CentralKitchenForSchoolDataStatisticsExport(req md.CentralKitchenForSchoolD |
|
|
|
panic(err) |
|
|
|
} |
|
|
|
xlsx.SetCellStyle("Sheet1", "A1", "E1", style) |
|
|
|
xlsx.SetColWidth("Sheet1", "A", "E", 40) |
|
|
|
xlsx.SetColWidth("Sheet1", "A", "E", 25) |
|
|
|
|
|
|
|
j := 3 //表头前两行用了,只能从第三行开始 |
|
|
|
total := int64(0) |
|
|
|