diff --git a/pkg/logic/excel.go b/pkg/logic/excel.go index 5fb38d9..7d2bd4a 100644 --- a/pkg/logic/excel.go +++ b/pkg/logic/excel.go @@ -16,8 +16,8 @@ import ( func DealExcelImg(filePath string) (err error) { f, err := excelize.OpenFile(filePath) filename := filepath.Base(filePath) - // var cellHeight, cellWidth float64 = 150, 40 - var cellHeight, cellWidth float64 = 100, 20 + var cellHeight, cellWidth float64 = 150, 40 + //minColumn := int([]byte("A")[0]) // string(rune(i)) rows := f.GetRows("Sheet1")