in reply to Using Win32::OLE and Excel - Tips and Tricks

how to use Win32:OLE on UNIX server.....

i want to modify excel which contains macros ...

that are deleted when i use ParseExcel::SaveParser

  • Comment on Re: Using Win32::OLE and Excel - Tips and Tricks

Replies are listed 'Best First'.
Re^2: Using Win32::OLE and Excel - Tips and Tricks
by marto (Cardinal) on Apr 16, 2013 at 13:42 UTC

    "how to use Win32:OLE on UNIX server....."

    You can't Win32:: modules are for the Windows platform.

      thanks for replying @marto

      i found articles stating this but they date back to 2001 ......isn't there any module in perl that i can use for this purpose...

      Any help will be highly appreciated:)

        Hello: I am extracting data based on a condition from Excel file, and writing the data into a new Excel file. The data gets written to the new file, but I get blanks in the new file for the data that does not meet the condition. How do I write the data to the new file without picking up the blanks? Thanks... Perldude