使用 Perl 解析 SpreadsheetML

发布于 2024-09-16 13:21:34 字数 206 浏览 6 评论 0原文

使用 Perl 解析 SpreadsheetML 格式的文件的最佳方法是什么?我尝试过 Spreadsheet::ParseExcel,但它无法识别该格式。这是我在尝试该模块时遇到的错误:

No Excel data found in file

据我所知,CPAN 似乎没有可以解析它的模块。

最简单的方法是什么?

What's the best way to parse a file in SpreadsheetML format with Perl? I've tried Spreadsheet::ParseExcel, but it doesn't recognize the format. Here's the error I get when trying that module:

No Excel data found in file

It looks like CPAN doesn't have a module that can parse it as far as I can see.

What's the easiest way to do it?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

迟到的我 2024-09-23 13:21:34

在 CPAN 中搜索“spreadsheet excel xml”会出现 Spreadsheet::ParseExcel,其描述中提到:

该模块无法读取 Excel 2007 Open XML XLSX 格式的文件。请参阅 Spreadsheet::XLSX 模块。

值得一试...

Searching CPAN for 'spreadsheet excel xml' results in Spreadsheet::ParseExcel, which mentions in the description:

The module cannot read files in the Excel 2007 Open XML XLSX format. See the Spreadsheet::XLSX module instead.

Worth to try...

寻找我们的幸福 2024-09-23 13:21:34

是XML,使用 XML::Twig 来处理文件或 XML::XPath 来获取值。

It's XML, use XML::Twig to process the file or XML::XPath to grab values.

街角迷惘 2024-09-23 13:21:34

Spreadsheet::XLSXSimpleXlsx Perl 模块可用于读取 XLSX 格式。

The Spreadsheet::XLSX or SimpleXlsx Perl modules can be used to read the XLSX format.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文