Skip Menu |

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

Report information
The Basics
Id: 105197
Status: resolved
Priority: 0/
Queue: Spreadsheet-Read

People
Owner: Nobody in particular
Requestors: NERDVANA [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.47
Fixed in: 0.61



Subject: strip => 1 broken when cells => 0
In ReadData($filename, cells => 0, strip => 1), the result still has a hash key for every cell, though they are all undef. It is caused by a backward test on line 209, which uses ss->{cell} if opt->{cell} and ss->{$name} if $opt->{rc}.
Thanks for the report. You are completely right. It is now fixed in git and will be in the next release. Adding tests for this also surfaced another buglet, so thanks again.