Subject: | SpreadSheet::WriteExcel::Simple |
Date: | Mon, 3 Jan 2005 12:56:05 -0500 |
From: | "OBrien, Patrick W." <POBrien [...] seic.com> |
To: | <tony [...] tmtm.com> |
Message body is not shown because sender requested not to inline it.
Tony,
I tried this on Windows XP SP1 with Office 2003. I was unable
to view the Excel spreadsheet. I received no errors. The test code and
screen capture of the open of the spreadsheet are below. Let me know if
there is something else I may supply you with to diagnose the problem.
use strict;
use warnings;
use diagnostics;
use Spreadsheet::WriteExcel::Simple;
my @Array = ('a','b','c');
my $ss = Spreadsheet::WriteExcel::Simple->new;
$ss = Spreadsheet::WriteExcel::Simple->new;
$ss->write_bold_row(\@Array);
$ss->write_row(\@Array);
$ss->save("g:\\download\\crap.xls");
<<file0124.bmp>>
Patrick W. O'Brien | SEI INVESTMENTS | 1 Freedom Valley Drive | Oaks, PA
19456 | voice 610.676.1437 | fax 484.676.1437 | POBRIEN@seic.com