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

Is there a function to get charts in a sheet? #2016

Open
liuwangchao opened this issue Oct 30, 2024 · 2 comments
Open

Is there a function to get charts in a sheet? #2016

liuwangchao opened this issue Oct 30, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@liuwangchao
Copy link
Contributor

Description

Hello, is there a function to get charts in a sheet?

just like
func (f *File) GetPictureCells(sheet string) ([]string, error)
func (f *File) GetPictures(sheet, cell string) ([]Picture, error)
or
func (f *File) GetPivotTables(sheet string) ([]PivotTableOptions, error)

Describe the results you expected:
Hope this function can be supported

@xuri xuri added the enhancement New feature or request label Oct 30, 2024
@xuri
Copy link
Member

xuri commented Oct 30, 2024

Thanks for your issue. I added this feature request to the roadmap in the wiki.

@liuwangchao
Copy link
Contributor Author

Thanks for your issue. I added this feature request to the roadmap in the wiki.

OK, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants
@xuri @liuwangchao and others