in reply to Spreadsheet Parsing problem
To fix this you need to access the underlying Spreadhsheet::WriteExcel workbook object and add a "text wrap" format as bart has shown above. There is some additional information here.
Another solution would be to use the Spreadhsheet::ParseExcel::SaveParser module which is a wrapper for Spreadhsheet::ParseExcel and Spreadhsheet::WriteExcel and which preserves cell formats when reading and writing a file.
--
John.
|
|---|