Merge branch 'sxy' into dev

This commit is contained in:
孙肖扬 2025-03-17 11:58:26 +08:00
commit 7003588d5e

View File

@ -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")