LibreCat / Catmandu-XLS

an XLS exporter
https://metacpan.org/release/Catmandu-XLS
0 stars 2 forks source link

XLSX importer ignores the formatting rules of columns #5

Closed phochste closed 8 years ago

phochste commented 9 years ago

E.g. in Excel a date can be formatted as '01/01/90' which results in a number 32874 when imported into Catmandu.

jorol commented 9 years ago

Can you send a test file to ...?

jorol commented 9 years ago

It's a bug in Spreadsheet::XLSX, see https://rt.cpan.org/Public/Bug/Display.html?id=87746.

jorol commented 9 years ago

Solved for XLS importer in #6.

jorol commented 8 years ago

Switched from Spreadsheet::XLSX to Spreadsheet::ParseXLSX. Fixed in v0.08.