How can I read Excel files in Perl?

前端 未结 3 1007
野趣味
野趣味 2021-01-18 02:35

I am looking for some examples/advice on how to write a Perl script to read data from an excel file then use the data read in (as a string hopefully) and pass it to another

3条回答
  •  南笙
    南笙 (楼主)
    2021-01-18 03:04

    The Spreadsheet::ParseExcel module can read Excel files. The documentation includes examples how to use it.

提交回复
热议问题