-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
GetSheetName doesn't work on this excel #457
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
Comments
This opens fine for me on MacOS. |
you can test it on windows, other excels are no problem, but i don't know why this excel cannot get the sheet name. @mlh758 |
Okay yeah I can reproduce this. |
It looks like changing the sheet order changes the order sheets appear within the |
Go ahead and pull down the code from this PR and let me know if that fixes your issue. |
@mlh758 yes, it can slove the problem.thank you. |
SheetID only seems to indicate the file name for the sheet. Check the sheets list based on index instead. Reordering sheets in Excel changes the order they appear in that list. Fixes qax-os#457
Uh oh!
There was an error while loading. Please reload this page.
Description
GetSheetName doesn't work on this excel (other excels are no problem)
GetSheetName.xlsx
Steps to reproduce the issue:
1.Open the excel and read it and you can find it can't get the result "Sheet1",it got a empty string
Output of
go version
:1.12.7
Excelize version or commit ID:
2019.08.04 update github
Environment details (OS, Microsoft Excel™ version, physical, etc.):
win10 1903
office 2019(but i don't know who create this excel and his excel version, it's on our svn)
The text was updated successfully, but these errors were encountered: