in reply to Spreadsheet::ParseXLSX returning zero
This might not work but what do the cell values look like when the file is parsed using Excel::ValueReader::XLSX?
If you parse a lot of XLSX files and only need the values then Excel::ValueReader::XLSX is substantially faster at parsing files. Recent versions of Spreadsheet::Read are also able to use it as a backend if you want to be able to switch between parsers.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Spreadsheet::ParseXLSX returning zero
by bitingduck (Deacon) on Dec 05, 2023 at 09:27 UTC |