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