Skip to content

GetPictureCells returns an empty result #1888

@GreenHatHG

Description

@GreenHatHG

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

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions