I have a huge report coming out of a tool from which I extract some important data and write an excel file. So far I have used the Spreadsheet :: WriteExcel module, but it crashed when the number of lines exceeded 65535. Is there any other module that supports creating excel for huge data? I checked in CPAN, found modules for reading excel2007 files, but could not find them for writing. I am not writing csv because I want to create multiple worksheets in an excel file.
source
share