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 able to view data on xlsx file #1622

Closed
nikhilbhavsar121 opened this issue Aug 23, 2023 · 4 comments
Closed

Not able to view data on xlsx file #1622

nikhilbhavsar121 opened this issue Aug 23, 2023 · 4 comments
Labels
needs more info This issue can't reproduce, need more info

Comments

@nikhilbhavsar121
Copy link

When we open the Excel file, there is no data present. However, when we attempt to parse the file programmatically, the data becomes available within the file.

Could you please assist in identifying the issue?

File are created properly previously in production and staging server.

@xuri
Copy link
Member

xuri commented Aug 23, 2023

Which version of the Go language are you using? Note that there are some incompatible changes in the Go 1.21.0 encoding/xml library. Please try using the Go 1.20.7 or the previous version if you can. Also reference issues issues #1465, #1595, #1603, #1608, #1614, #1619 and #1620. If you still have problems, follow by issue template to provide environment details, code, and steps to reproduce the issue.

@xuri xuri added the needs more info This issue can't reproduce, need more info label Aug 23, 2023
@xuri
Copy link
Member

xuri commented Aug 25, 2023

It seems still not have enough info of code and attachments to reproduce this issue, so I'll close this issue, if you have any questions, please let me know to reopen this anytime.

@xuri xuri closed this as completed Aug 25, 2023
@nikhilbhavsar121
Copy link
Author

Thanks,
It's working after degrading to 1.20.7 version.

@xuri
Copy link
Member

xuri commented Sep 14, 2023

The Go 1.21.1 is released, this issue has been fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs more info This issue can't reproduce, need more info
Projects
None yet
Development

No branches or pull requests

2 participants