in reply to Re^4: how to Install module Spreadsheet::Read?
in thread how to Install module Spreadsheet::Read?

As Spreadsheet::Read is just a wrapper over *optional* parsers, you can now selectively choose the parser you need. If you want to read recentish Excel (with the .xlsx extension), you's want to install Spreadsheet::ParseXLSX. For older Excel, you'd want Spreadsheet::ParseExcel. You can follow the same steps you took for Spreadsheet::Read and recursively "fix" all dependencies.


Enjoy, Have FUN! H.Merijn
  • Comment on Re^5: how to Install module Spreadsheet::Read?