in reply to Re^4: Failing with ReadData from Spreadsheet::Read and need to find a way to debug
in thread Failing with ReadData from Spreadsheet::Read and need to find a way to debug

For what it's worth I just installed Spreadsheet::Read and Spreadsheet::ParseXLSX using cpanm on a windows/cygwin system. For me it tried to install the following additional dependency modules:

Test::NoWarnings Crypt::Mode::ECB, Spreadsheet::ParseExcel::Cell, Archive::Zip, OLE::Storage_Lite, Spreadsheet::ParseExcel, Spreadsheet::ParseExcel::Utility, Crypt::Mode::CBC, Spreadsheet::ParseExcel::Worksheet, Graphics::ColorUtils

cpanm Spreadsheet::ParseXLSX failed to install Archive-Zip because t/27_symlinks.t failed. However, I was able to install Archive-Zip from the cygwin distribution.

A simple script to convert excel to tab delimited seemed to work.

  • Comment on Re^5: Failing with ReadData from Spreadsheet::Read and need to find a way to debug
  • Download Code