用于编写excel2007工作簿的perl模块(perl module for writing excel2007 workbook)

编程入门 行业动态 更新时间:2024-10-22 14:32:18
用于编写excel2007工作簿的perl模块(perl module for writing excel2007 workbook)

我有一个巨大的报告来自一个工具,我从中提取一些重要的数据并编写一个excel文件。 到目前为止,我使用了Spreadsheet :: WriteExcel模块,但是当行数超过65535时,它崩溃了。有没有其他模块支持为大数据生成excel? 我检查了CPAN,发现读取excel2007文件的模块,但没有找到一个写作。 我不写一个csv,因为我想在excel文件中生成多个工作表。

I have a huge report coming out of a tool from which i extract the some important data and write a excel file. Till now i used the module Spreadsheet::WriteExcel, but it crashed when the number of rows exceed 65535. Is there any other module which supports generating excel for huge data? I checked in CPAN, found modules for reading excel2007 files but couldnt find one for writing. I am not writing a csv because, i want to generate multiple worksheets in the excel file.

最满意答案

Excel :: Writer :: XLSX是一个支持Excel 2007 xlsx格式和增加的行/列限制的Spreadsheet :: WriteExcel的API兼容替代品。

Excel::Writer::XLSX is an API compatible replacement for Spreadsheet::WriteExcel that supports the Excel 2007 xlsx format and the increased row/column limits.

更多推荐

本文发布于:2023-08-05 16:45:00,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1435769.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:模块   工作   perl   writing   module

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!