-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Description
Steps to reproduce the issue:
f, _ := excelize.OpenFile("2.xlsx")
defer f.Close()
cell, err := f.GetPictureCells("sheet")
fmt.Println(cell, err)
pics, err := f.GetPictures("sheet", "A2")
fmt.Println(pics, err)
Describe the results you received:
The function GetPictureCells returns an empty result.
Describe the results you expected:
There is a picture at cell A2.
Output of go version:
GOVERSION='go1.22.2'
Excelize version or commit ID:
github.com/xuri/excelize/v2 v2.8.1
Environment details (OS, Microsoft Excel™ version, physical, etc.):
xlsx:
2.xlsx
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
