Spreadsheet-ParseExcel - Non-english characters, dates and Val vs Value

Posted on Fri Nov 16 16:59:56 2007 by sp1
Non-english characters, dates and Val vs Value
Hi, I have been using Spreadsheet::ParseExcel for a number of years and have recently come across 2 issues: First, Val vs Value: In view of this change in the new interface , I would like to say: If version is greater than 32, use new syntax, else use old syntax. Is there a version method? Second, I have an excel file with -nonenglish characters -dates of the format 16/11/2007 Ultimately after doing somethings with the data, I want to rewrite this using Spreadsheet:WriteExcel Is it possible to read the dates as strings and also how do I go about handling the non-english characters? Can I read them as utf?
Write a response