in reply to Re^2: does Spreadsheet::WriteExcel only create new files?
in thread does Spreadsheet::WriteExcel only create new files?

Are you on a Windows system that has Excel and Perl installed? If not, you're not going to be able to use Win32::OLE.

If you are on a Windows system with Perl and Excel, you can check out Using Win32::OLE and Excel - Tips and Tricks or do a super search on "excel win32 ole" to get started on using Win32::OLE to control Excel.

  • Comment on Re^3: does Spreadsheet::WriteExcel only create new files?

Replies are listed 'Best First'.
Re^4: does Spreadsheet::WriteExcel only create new files?
by patcat88 (Deacon) on Jun 09, 2012 at 18:45 UTC
    Can Wine and Perl be used together so MS Office docs can be opened on Linux?