Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.1.2

Bug #17737 Rows with empty values skiped
Submitted: 2010-08-18 14:58 UTC
From: hubbitus Assigned: doconnor
Status: Closed Package: Structures_DataGrid_DataSource_Excel (version 0.1.1)
PHP Version: 5.3.3 OS: Linux
Roadmaps: (Not assigned)    
Subscription  


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 29 - 26 = ?

 
 [2010-08-18 14:58 UTC] hubbitus (Pavel Alexeev)
Description: ------------ In Excel.php file line 162 check: if (isset($reader->sheets[0]['cells'][$i][$j])) { skip cells which is empty. Due to this behavior cells shifted and does not much real row. So, for example for file like: row0; row1; row2 111;112;113 221;222;223 331;;333 For last line key "row1" is absent.

Comments

 [2010-08-18 15:58 UTC] hubbitus (Pavel Alexeev)
 [2012-01-25 18:49 UTC] doconnor (Daniel O'Connor)
-Status: Open +Status: Closed -Assigned To: +Assigned To: doconnor
This bug has been fixed in SVN. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better.