Skip Menu |

This queue is for tickets about the Spreadsheet-Read CPAN distribution.

Report information
The Basics
Id: 82777
Status: rejected
Priority: 0/
Queue: Spreadsheet-Read

People
Owner: Nobody in particular
Requestors: SSWAM [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.47
Fixed in: (no value)



Subject: xlscat does not decode xml entities from xlsx files
xlscat gives like "&" in output where it should be plain "&". I guess it should do $foo = XML::Entities::decode($foo) or similar over the cell data / strings. I can patch this if you like.
Subject: Re: [rt.cpan.org #82777] xlscat does not decode xml entities from xlsx files
Date: Thu, 17 Jan 2013 08:11:47 +0100
To: bug-Spreadsheet-Read [...] rt.cpan.org
From: "H.Merijn Brand" <h.m.brand [...] xs4all.nl>
On Thu, 17 Jan 2013 00:43:34 -0500, "Sam Watkins via RT" <bug-Spreadsheet-Read@rt.cpan.org> wrote: Show quoted text
> xlscat gives like "&amp;" in output where it should be plain "&". > I guess it should do $foo = XML::Entities::decode($foo) or similar over > the cell data / strings. I can patch this if you like.
Isn't that a job for Spreadsheet::XLSX? -- H.Merijn Brand http://tux.nl Perl Monger http://amsterdam.pm.org/ using perl5.00307 .. 5.17 porting perl5 on HP-UX, AIX, and openSUSE http://mirrors.develooper.com/hpux/ http://www.test-smoke.org/ http://qa.perl.org http://www.goldmark.org/jeff/stupid-disclaimers/
not a job for Spreadsheet::Read