-
Notifications
You must be signed in to change notification settings - Fork 114
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
[2.4.0+] Excel repair warning #49
Comments
Hi @sylvainbx. Searching in issues of the axlsx_rails i found this solution here, that worked for me. In fact, lib
The old code: File.open(export.file,"w+b") {|f| f.puts content } The new code: File.open(export.file,"w+b") {|f| f.write content } |
- updated rubyzip to fix a security issue - updated axlsx and file writing method as a possible fix for #49
Hi @alexcvcoelho, I've updated the code to use |
Office 365 seems to be totally unable to open the exported files. |
Fixed in release 5.3.1 |
Opening this as an information notice for users who encounter the following problem:
This does not affect the export content: data integrity is guaranteed but this can be boring if you export frequently.
This issue is very probably due to a bug in a third party library (axlsx) and was already reported there
(see randym/axlsx#489).
No fixes are expected until axlsx fixes the issue.
As a workaround, you can use LibreOffice Calc (here in french) to open your exports files without any warning.
The text was updated successfully, but these errors were encountered: