Skip Menu |

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

Report information
The Basics
Id: 133485
Status: resolved
Priority: 0/
Queue: Spreadsheet-ReadSXC

People
Owner: Nobody in particular
Requestors: michaelof [...] rocketmail.com
Cc:
AdminCc:

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



Subject: No line breaks in cells when Source is LibreOffice Calc
Date: Wed, 7 Oct 2020 16:53:31 +0200
To: bug-Spreadsheet-ReadSXC [...] rt.cpan.org
From: "michaelof [...] rocketmail.com" <michaelof [...] rocketmail.com>
Hi, when reading a LibreOffice Calc .ods file via Spreadsheat::Read, all existing line breaks in cells are wiped out. "Save as..." same file via LibreOffice Calc as .xlsx, and reading via Spreadsheat::Read works perfectly fine, all line breaks are fetched correctly as "\n". meta::cpan says that Spreadsheat::Read uses Spreadsheet::ReadSXC for LO Calc and Spreadsheet::ParseXLSX for MS Excel, but I've no idea if the wiping out of the line breaks happens in Spreadsheat::Read or inĀ  Spreadsheet::ReadSXC. So 'll report for both modules :-) Please ignore/close of not an issue for your module. Thanks, Michael
Solved in https://rt.cpan.org/Public/Bug/Display.html?id=133484 - Spreadsheet::Read needs to be told to use the ParseODS parser instead of the ReadSXC parser. This will soonish also become the default.