Hi Sudhakar,
I have installed active perl 5.8.8.2.2 version in windows and I want to update the daily details in to spread sheet or excel sheet automatically using perl. which are the perl modules required to be installed to support the spread sheet for this existing perl version. Can you please provide the information on this...
thanks & regards
S S Maradi
Comment on Re^3: Appending data into an Excel Sheet
Did you read any of the replies to this thread, or super search this before posting this question? This question comes up a lot. You can automate Excel using Win32::OLE, or perhaps you would prefer to use one of the other modules on cpan. See Using Win32::OLE and Excel - Tips and Tricks for an example.