We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
func (f *File) GetPictureCells(sheet string) ([]string, error)
func (f *File) GetPictures(sheet, cell string) ([]Picture, error)
func (f *File) GetPivotTables(sheet string) ([]PivotTableOptions, error)
Describe the results you expected: Hope this function can be supported
The text was updated successfully, but these errors were encountered:
Thanks for your issue. I added this feature request to the roadmap in the wiki.
Sorry, something went wrong.
OK, thanks!
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: