You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When opening a .xlsx file zipped via example_recursive.rb in Excel 15.39 on Mac OS, I am presented with:
Clicking through to the error log I see:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<recoveryLog xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main">
<logFileName>Repair Result to SOME_FILE.xml</logFileName><summary>Errors were detected in file 'SOME_FILE.xlsx'</summary>
<additionalInfo><info>Excel completed file level validation and repair. Some parts of this workbook may have been repaired or discarded.</info></additionalInfo>
</recoveryLog>
My files were nested at most one folder deep, so I just rolled by own implementation.
Only obvious difference is that I used zip_file.add file_name, file_path, whereas example_recursive.rb uses get_output_stream and write.
When opening a
.xlsx
file zipped viaexample_recursive.rb
in Excel 15.39 on Mac OS, I am presented with:Clicking through to the error log I see:
Not fixed by #260, not sure if related to https://github.com/rubyzip/rubyzip#modify-docx-file-with-rubyzip ?
The text was updated successfully, but these errors were encountered: