Subject: | Spreadsheet-BasicRead-1.01 setHeadingRow not implemented? |
I'm not very smart about Perl, but setHeadingRow seems to be listed as a method in the docs, but does not seem to be implemented:
use Spreadsheet::BasicRead;
$file="whatever.xls";
my $ss = new Spreadsheet::BasicRead(fileName => $file);
$ss->setHeadingRow(0);
yields...
Can't locate object method "setHeadingRow" via package "Spreadsheet::BasicRead" at ./get_dowjones.pl line 39, <GEN0> line 605.
Thanks
Bill