From f04a36353500d6f6ec1c2548bc74dc18c2ea59ef Mon Sep 17 00:00:00 2001 From: sxy <3187870250@qq.com> Date: Mon, 17 Mar 2025 11:58:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AF=BC=E5=87=BA=E5=A4=A7?= =?UTF-8?q?=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/logic/excel.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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")