in reply to Excel 2007 Support
in thread Writing Excel spreadsheets with Perl

Hi, I am trying to find a perl module which can work with MS excel 2007. Forom your explaination and based on my study from CPAN i understnd that no perl module can be used to write in MS excel 2007. Is is thisbeacuse non -avaolability of proper perl modules.

Replies are listed 'Best First'.
Re^2: Excel 2007 Support
by Corion (Patriarch) on Sep 29, 2009 at 12:05 UTC

    As the grandparent post said, you can still use Win32::OLE. Also, maybe XLSX can write XLSX files.

      Spreadsheet::XLSX - this is the Perl extension for reading MS Excel 2007 files but not to write i believe. Win32::OLE : i believe it is only on windows not on UNIX machines. Is there anyone tried to install XLSX module and tried? Please let me know ASAP? Many thanks.