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
Coverage increased (+0.03%) to 94.4% when pulling a8ddffcf0ad3d6ce68261d63ea41a3986096bf74 on ak15:master into 4ec1104f0c3c2a29711c0c907371cd2be12bcc3c on roo-rb:master.
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