in reply to Re: Re: Re: read-excel.pl: a code sample for Spreadsheet::ParseExcel
in thread read-excel.pl: a code sample for Spreadsheet::ParseExcel

Actually - IO::Scalar is part of packet "io-stringy", thus you have to do " install io.stringy" in PPM. Then there was also a typo in line 19 of ParseExcel.pl (a + and a linebreak right in {MaxCol}. After while: it works...
  • Comment on Re: Re: Re: Re: read-excel.pl: a code sample for Spreadsheet::ParseExcel

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: read-excel.pl: a code sample for Spreadsheet::ParseExcel
by Anonymous Monk on Jul 12, 2002 at 15:37 UTC
    Thanks!!! This is exactly what i was looking for! :-D