How can I read Excel files in Perl?

前端 未结 3 1042
野趣味
野趣味 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条回答
  •  猫巷女王i
    2021-01-18 02:56

    Check out the synopsis in these modules:

    • Spreadsheet::ParseExcel,
    • Spreadsheet::WriteExcel

提交回复
热议问题