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

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

Replies are listed 'Best First'.
Re^3: Excel 2007 Support
by hpyralaw (Initiate) on Sep 29, 2009 at 12:32 UTC
    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.