Skip Menu |

This queue is for tickets about the Spreadsheet-BasicRead CPAN distribution.

Report information
The Basics
Id: 7411
Status: resolved
Priority: 0/
Queue: Spreadsheet-BasicRead

People
Owner: gng [...] cpan.org
Requestors: bill [...] datacraft.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.01
Fixed in: (no value)



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
Bill, Added missing method and one additional (setRow). Updated documentation Vesion 1.02 is available on CPAN now, via ActiveState ppm in a couple of days. Regards Greg George