roo-rb / roo

Roo provides an interface to spreadsheets of several sorts.
MIT License
2.78k stars 503 forks source link

Style xml file not present with xlsx file #521

Open ak15 opened 4 years ago

ak15 commented 4 years ago

There is issue when a xlsx file does not contain style xml compressed with it, we should create a blank style xml file so that it does not raise issue and stop processing xlsx file , only if the style xml is not present? The below file was created with js library https://github.com/egeriis/zipcelx/wiki/How-to-use

Attached xlsx file created, which I was not able to upload Main View_7oct14.xlsx

There can be other ways to solve this issue more efficiently but for me currently solved by making below changes

coveralls commented 4 years ago

Coverage Status

Coverage increased (+0.03%) to 94.4% when pulling a8ddffcf0ad3d6ce68261d63ea41a3986096bf74 on ak15:master into 4ec1104f0c3c2a29711c0c907371cd2be12bcc3c on roo-rb:master.

ak15 commented 4 years ago

@chopraanmol1 it would be great if you could look into this issue and review the code, because it was breaking for me