doy / spreadsheet-parsexlsx

parse XLSX files
http://metacpan.org/release/Spreadsheet-ParseXLSX
27 stars 35 forks source link

XLSX file generated by non-EXCEL application cannot be parsed (windows; ActiveState Perl; v5.20.2) #95

Open imiyata opened 4 years ago

imiyata commented 4 years ago

Hello. I am trying to convert a MS EXCEL based macro into perl scripts to streamline my work. The XLSX file that I want to manipulate is generated by an application that come with a certain lab apparatus. I tried to parse the XLSX from perl, but in vain; however, once opened and saved by MS EXCEL, the same script worked. The error message I got was:

no subfile named _rels/.rels at C:/Perl64/site/lib/Spreadsheet/ParseXLSX.pm line 967.

The XLSX, viewed through an archiving software did have a _rels/.rels file, however.

Any help to overcome this issue would be appreciated. Thanks,