This worked for me... I found it in a book (so I'm not sure what happens
and exactly why) while looking how to read from Excel workbooks. (First
thing I need to do is upgrade my version of Perl, then I'll try the module
you refer to below.
Anyway, give this a try:::
use Win32;
use OLE;
$exce
Hello,
And here's already my first question.
I have just heard about the module Spreadsheet::WriteExcel for
ActivePerl And I immediately installed it. Everything went good until I
figured out the following problem: I can create a new Excell workbook,
but how can I modify it later on?? I have hea