Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: johnfribeiro [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.36
Fixed in: 0.46



Subject: Error Received when reading empty sheets
Date: Mon, 13 Feb 2012 17:41:02 -0500
To: bug-Spreadsheet-Read [...] rt.cpan.org
From: John Ribeiro <johnfribeiro [...] gmail.com>
Use of uninitialized value in foreach loop entry at /Library/Perl/5.10.0/Spreadsheet/Read.pm line 177. This error is received if there is no data in any cells in a given worksheet. It only occurs when strip is set to anything other than 0 (zero). It occurs on the following call: $excel = ReadData($xlfile,strip=>3) or die "Could not open ${xlfile}: $!\n"; Thanks John Ribeiro