Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Task-Kensho CPAN distribution.

Report information
The Basics
Id: 88011
Status: new
Priority: 0/
Queue: Task-Kensho

People
Owner: cpan [...] prather.org
Requestors: sundaryourfriend [...] gmail.com
Cc:
AdminCc:

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



Subject: ExcelCSV should mention modules that handle xlsx
The xlsx format is more open, results in smaller files, and is just plain saner than the xls monstrosity. I feel any "enlightened" effort should at least point out this option to developers who need Excel files. I've personally used and can vouch for Excel::Writer::XLSX - it's by the same author as that of Spreadsheet::WriteExcel, on which the currently included Spreadsheet::WriteExcel::Simple is based. A cursory search also gives Spreadsheet::XLSX::Assist for writing xlsx files, and SimpleXlsx and Spreadsheet::ParseXLSX for reading them.