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
I have undefined: excelize.TopLeftCell error message xlsx.SetSheetViewOptions("Sheet1", 0, excelize.SheetViewOption(excelize.TopLeftCell("A100")))
When ZoomScale working correctly xlsx.SetSheetViewOptions("Sheet1", 0, excelize.SheetViewOption(excelize.ZoomScale(70)))
go version go1.11.2 windows/amd64
The text was updated successfully, but these errors were encountered:
90221bd
Hi @dmp73, thanks for your issue. I have fixed it. Please try to upgrade the library to the last version.
Sorry, something went wrong.
Fixes qax-os#310, support set and get TopLeftCell properties of sheet…
d79ed6d
… view options
No branches or pull requests
I have undefined: excelize.TopLeftCell error message
xlsx.SetSheetViewOptions("Sheet1", 0, excelize.SheetViewOption(excelize.TopLeftCell("A100")))
When ZoomScale working correctly
xlsx.SetSheetViewOptions("Sheet1", 0, excelize.SheetViewOption(excelize.ZoomScale(70)))
go version go1.11.2 windows/amd64
The text was updated successfully, but these errors were encountered: