C
C.Nieboer
Hello,
I'm verry new with Perl....blahblah
I have a perl script who read out a txt file and extract some
information from it. The output of it is placed in a new Excel file
create with:
my $workbook = Spreadsheet::WriteExcel->new($file);
my $worksheet = $workbook->addworksheet();
my $format = $workbook->add_format();
But what i want is that the output comes in an existing workbook and
overwrite a specific (existing) worksheet.
The perl script is called from a VBA macro so the xls file where to
write the output is allready open.
I've looked on several sites and tried several things, but i cant get
it work. I have tried OLE Spreadsheet:SimpleExcel&WriteExcel.
Can someone tell me which module i have to use... and maybe good
tutorial url for this problem.
Allready Thanks CN
I'm verry new with Perl....blahblah
I have a perl script who read out a txt file and extract some
information from it. The output of it is placed in a new Excel file
create with:
my $workbook = Spreadsheet::WriteExcel->new($file);
my $worksheet = $workbook->addworksheet();
my $format = $workbook->add_format();
But what i want is that the output comes in an existing workbook and
overwrite a specific (existing) worksheet.
The perl script is called from a VBA macro so the xls file where to
write the output is allready open.
I've looked on several sites and tried several things, but i cant get
it work. I have tried OLE Spreadsheet:SimpleExcel&WriteExcel.
Can someone tell me which module i have to use... and maybe good
tutorial url for this problem.
Allready Thanks CN