This commit is contained in:
蒋海成 2025-05-12 09:35:17 +08:00
parent fb62be1f46
commit e073be30a1

View File

@ -15,8 +15,6 @@ func WriteToExcel(dirPath string, orderInfos [][]interface{}) (string, error) {
xlsx := excelize.NewFile()
index := "Sheet1"
xlsx.MergeCell("Sheet1", "A1", "H1")
style, _ := xlsx.NewStyle(`{"alignment":{
"horizontal":"center"
}}`)