http://www.perlmonks.org?node_id=1044666


in reply to Spreadsheet::ParseExcel format help

Is there really comma separated values in each cell, or is the file actually a CSV file?

Either way, you could probably use Text::CSV to parse the string into an array of values.
  • Comment on Re: Spreadsheet::ParseExcel format help