Compare commits
No commits in common. "7003588d5ec497110a11dcb83da7101fc91a2050" and "cf62d51d060f4b79656a274daa44fda7ffe6433b" have entirely different histories.
7003588d5e
...
cf62d51d06
@ -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