|
@@ -111,6 +111,7 @@ func DataStatisticsExport(req md.DataStatisticsExportReq) { |
|
|
xlsx.SetSheetRow("Sheet1", "A"+strconv.Itoa(j), &[]interface{}{ |
|
|
xlsx.SetSheetRow("Sheet1", "A"+strconv.Itoa(j), &[]interface{}{ |
|
|
k + " 汇总: " + utils.IntToStr(total), |
|
|
k + " 汇总: " + utils.IntToStr(total), |
|
|
}) |
|
|
}) |
|
|
|
|
|
xlsx.SetSheetRow("Sheet1", "A"+strconv.Itoa(j), &[]interface{}{}) |
|
|
xlsx.SetRowHeight("Sheet1", j, 20) |
|
|
xlsx.SetRowHeight("Sheet1", j, 20) |
|
|
j++ |
|
|
j++ |
|
|
} |
|
|
} |
|
|