
demon01
Novice
Jun 18, 2009, 12:13 PM
Post #1 of 5
(3270 views)
|
spreadsaheet::excel question
|
Can't Post
|
|
I am using spreadsheet::excel (obviously and I am running into a, perhaps stupid, problem. I can write an excel worksheet with several books in it but I cant get it to save in the server location I need the file to be. I am using my $workbook = Spreadsheet::WriteExcel->new('test_averages.xls'); and this, of course, writes the file in the cgi-bin where the script is. But when I change the file name to something like this: '../../ha/test_average.pl' The script generates an error. I could not find any documentation explaining this on CPAN. It looks like something simple but I cant seem to hit on it. Any help as always is welcome and appreciated.
(This post was edited by demon01 on Jun 18, 2009, 12:15 PM)
|