What's the best way to parse Excel file in Perl?

后端 未结 5 1257
一向
一向 2021-02-13 22:02

What\'s the simplest way to parse an Excel file in Perl? Converting it to a text file would also work.

5条回答
  •  我在风中等你
    2021-02-13 22:33

    http://search.cpan.org/dist/Spreadsheet-Read/Read.pm

    Spreadsheet::Read tries to transparently read any spreadsheet and return its content in a universal manner independent of the parsing module that does the actual spreadsheet scanning.

提交回复
热议问题