in reply to File open errors using SpreadSheet::ParseExcel (was : SpreadSheet::ParseExcel)

"Could not open source Excel file"

did you define $sourcename? does it point to the correct file? do you have proper permissions?

It is difficult to say what is wrong because you only pasted part( the less useful part at that ) of the error message.

Will perl for money
JJ Knitis
(901) 756-7693
gt8073a@industrialmusic.com

Replies are listed 'Best First'.
Re: Re: SpreadSheet::ParseExcel
by Anonymous Monk on May 27, 2002 at 06:06 UTC
    Hi! I hv defined $sourcename; i do hv the required permissions properly set up. The source file is taken from the command line argument. I guess if it doesn't point to correct file, the error would be something different. This program used to work earlier and now it gives this error for any excel file gievn as input. The complete error message i get whenever i tried to run this program is : "Could not open source Excel file myglus.xls: at Excel.pl line 21."