in reply to Spreadsheet::XLSX returning < > and & instead of < > &
Spreadsheet::XLSX (as found in http://search.cpan.org/~dmow/Spreadsheet-XLSX-0.13-withoutworldwriteables/lib/Spreadsheet/XLSX.pm) does not use an XML parser, but instead it messes with regular expressions. The code looks quite scary and seems to be very optimistic about the file format.
Perhaps you should look for a different module, or rewrite Spreadsheet::XLSX using a sane XML parser, like XML::LibXML.
Alexander
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Spreadsheet::XLSX returning < > and & instead of < > &
by Tux (Canon) on Mar 09, 2013 at 10:50 UTC | |
|
Re^2: Spreadsheet::XLSX returning < > and & instead of < > &
by runrig (Abbot) on Mar 07, 2013 at 21:47 UTC | |
by psynk (Initiate) on Mar 08, 2013 at 13:10 UTC | |
by Anonymous Monk on Feb 05, 2016 at 20:37 UTC | |
by Anonymous Monk on Feb 08, 2017 at 09:46 UTC |