in reply to Re: Spreadsheet::XLSX parsing workbook, but not retrieving values from cells
in thread Spreadsheet::XSLX parsing workbook, but not retrieving values from cells
Hi Athanasius, Thanks for the reply, but the code still doesn't work for me.
1. According to this page at CPAN
"Spreadsheet::Read tries to transparently read *any* spreadsheet and return its content in a universal manner independent of the parsing module that does the actual spreadsheet scanning.
For OpenOffice and/or LibreOffice this module uses Spreadsheet::ReadSXC
For Microsoft Excel this module uses Spreadsheet::ParseExcel, Spreadsheet::ParseXLSX, or Spreadsheet::XLSX.
For CSV this module uses Text::CSV_XS or Text::CSV_PP.
For SquirrelCalc there is a very simplistic built-in parser"
So, I think it wouldn't matter if I used Spreadsheet::Read instead of Spreadsheet::XLSX. In any case, I tried changing the use statement, and it still doesn't make a difference. The cells are still not read.
2. Can you please explain what you mean when you say single- and double-quote characters are non-ASCII characters? Do you mean I should check if there are quotes in the Excel file itself? If so, no, there aren't any characters within quotes in the file.
3. I'm pretty sure the file is not empty, and I verified it by opening it, with the Excel application.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Spreadsheet::XSLX parsing workbook, but not retrieving values from cells
by Tux (Canon) on Sep 17, 2014 at 12:47 UTC | |
by divyahk (Initiate) on Sep 18, 2014 at 10:38 UTC |