Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GetPictureCells() Fail #1894

Closed
zhou7507 opened this issue May 11, 2024 · 3 comments
Closed

GetPictureCells() Fail #1894

zhou7507 opened this issue May 11, 2024 · 3 comments
Labels
needs more info This issue can't reproduce, need more info

Comments

@zhou7507
Copy link

Description

I want to get all the coordinates of column B, but GetPictureCells() only returns one part

Steps to reproduce the issue:

func main() {
	f, err := excelize.OpenFile("./123.xlsx")
	if err != nil {
		fmt.Println(err)
	}
	axisList, err := f.GetPictureCells("Sheet1")
	if err != nil {
		fmt.Println(err)
	}
	fmt.Println(axisList)
}

image

Describe the results you received:
[B1 B2 B7 B8 B9]

Describe the results you expected:
[B1 B2 B3 B4 B5 B6 B7 B8 B9]
Output of go version:

 go1.20.3 windows/amd64

Excelize version or commit ID:

[v2.8.1](https://github.com/xuri/excelize/releases/latest)

Environment details (OS, Microsoft Excel™ version, physical, etc.):

@xuri
Copy link
Member

xuri commented May 11, 2024

Thanks for your issue. If you open an existing workbook, please provide the file attachment without confidential info.

@xuri xuri added the needs more info This issue can't reproduce, need more info label May 11, 2024
@xuri
Copy link
Member

xuri commented May 21, 2024

It seems still not have enough info of code and attachments to reproduce this issue, so I'll close this issue, if you have any questions, please let me know to reopen this anytime.

@xuri xuri closed this as completed May 21, 2024
@zhou7507
Copy link
Author

zhou7507 commented May 21, 2024

123.xlsx
this is file. @xuri

Describe the results you received:
[B1 B2 B4 B7 B8 B9]

Describe the results you expected:
[B1 B2 B3 B4 B5 B6 B7 B8 B9 B10 B11 B12 B13 B14 B15]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs more info This issue can't reproduce, need more info
Projects
None yet
Development

No branches or pull requests

2 participants