Arik123 has asked for the wisdom of the Perl Monks concerning the following question:
I have an excel file which I need to extract data from. When I open it (with Spreadsheet::XLSX) it reports an empty file - no worksheets. This is not correct. Opening it with Excel itself shows that there is data.
The problem might be that the file wasn't created by Excel itself - it may have been created by another program, which pretends to create 100% compatible Excel files.
Is there any way to convert such files to valid Excel files, or is there another Perl module that can open and process them? I need a permanent solution, to process many such files automatically.
The file can be found here: https://ufile.io/f06gn
Thank you very much!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Opening bad Excel files
by Tux (Canon) on Feb 21, 2018 at 10:51 UTC | |
|
Re: Opening bad Excel files
by vr (Curate) on Feb 21, 2018 at 09:08 UTC | |
|
Re: Opening bad Excel files
by thanos1983 (Parson) on Feb 21, 2018 at 09:49 UTC | |
|
Re: Opening bad Excel files
by Anonymous Monk on Feb 21, 2018 at 08:08 UTC |