Merge branch 'sxy' into dev
This commit is contained in:
commit
7003588d5e
@ -16,8 +16,8 @@ import (
|
|||||||
func DealExcelImg(filePath string) (err error) {
|
func DealExcelImg(filePath string) (err error) {
|
||||||
f, err := excelize.OpenFile(filePath)
|
f, err := excelize.OpenFile(filePath)
|
||||||
filename := filepath.Base(filePath)
|
filename := filepath.Base(filePath)
|
||||||
// var cellHeight, cellWidth float64 = 150, 40
|
var cellHeight, cellWidth float64 = 150, 40
|
||||||
var cellHeight, cellWidth float64 = 100, 20
|
|
||||||
//minColumn := int([]byte("A")[0])
|
//minColumn := int([]byte("A")[0])
|
||||||
// string(rune(i))
|
// string(rune(i))
|
||||||
rows := f.GetRows("Sheet1")
|
rows := f.GetRows("Sheet1")
|
||||||
|
Loading…
Reference in New Issue
Block a user