in reply to Creating Hash from Excel 2007

Just to clarify Spreadsheet::ParseExcel won't work with Excel 2007 files (unless you save them in the older .xls format, but then they're not Excel 2007 formatted).

Take eff_i_g's advice and look at Spreadsheet::Read.

There is also Spreadsheet::XLSX.

Good luck!

Replies are listed 'Best First'.
Re^2: Creating Hash from Excel 2007
by perl@1983 (Sexton) on May 18, 2011 at 14:53 UTC
    Thank you everyone!! I am using Office 2007 Spreadsheet::XLSX module.