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

Not Working "Reading XLSX file sample" #17

Closed
jof4002 opened this issue Jan 23, 2017 · 1 comment
Closed

Not Working "Reading XLSX file sample" #17

jof4002 opened this issue Jan 23, 2017 · 1 comment

Comments

@jof4002
Copy link

jof4002 commented Jan 23, 2017

Workbook.xlsx
I attached my test file.

I made that file and run homepage's "Reading XLSX file sample" code
I expected :
test text
1 2 ...

But i got :

1 2 ...

But when I input some values to "A?" of "Sheet1" I got the expected result.

I think cell.go's line 26
if rows <= xAxis {
return ""
}
return an empty string.

xuri added a commit that referenced this issue Jan 23, 2017
@xuri
Copy link
Member

xuri commented Jan 23, 2017

@jof4002 Thanks for your issue, I have fixed this bug.

@xuri xuri closed this as completed Jan 23, 2017
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