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

后端 未结 5 1258
一向
一向 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:32

    The 'best' way would ideally be to use a module from our beloved CPAN.

    Whenever you have a problem Instantly ask: Why have I not checked CPAN yet?

    Which module however I can't be certain, here is a list to get you started, try them, see what works.

    • Spreadsheet::ParseExcel
    • DBD::Excel
    • XML::Excel
    • File::Extract

提交回复
热议问题