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

GetCellValue doesn't work correctly if the sheet name is not the default #102

Closed
nywleswoey opened this issue Aug 11, 2017 · 2 comments
Closed

Comments

@nywleswoey
Copy link

It seems like this method is not able to retrieve the value of a cell if the sheet name has been changed.
e.g xlsx.GetCellValue("Sheet1", "A1") will work while xlsx.GetCellValue("Config", "A1") doesn't.

@xuri
Copy link
Member

xuri commented Aug 11, 2017

Please reference issue #25, #51, #101 and godoc. Use sheet+index instead of sheet name (Config).

@nywleswoey
Copy link
Author

Ok. Using the sheet+index works.

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

No branches or pull requests

2 participants