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

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

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

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

Replies are listed 'Best First'.
Re^3: Using Win32::OLE and Excel - Tips and Tricks
by pank$ (Initiate) on Apr 17, 2013 at 10:41 UTC

    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:)

        i am having my site running on unix but as wine creates its own environment,

        do i need to shift my whole site on wine environment...?

      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