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

Bug #5535 XLS bad Column check
Submitted: 2005-09-27 07:45 UTC
From: wormus Assigned: olivierg
Status: Closed Package: Structures_DataGrid
PHP Version: Irrelevant OS: Win2k
Roadmaps: (Not assigned)    
Subscription  


 [2005-09-27 07:45 UTC] wormus
Description: ------------ I am converting a CSV to XLS, the first record (0) fails because of line 211 in the XLS renderer. change } elseif ($column->fieldName == null) { to } elseif ($column->fieldName === null) {

Comments

 [2005-09-27 08:26 UTC] wormus
This also applies to the XUL renderer
 [2005-10-05 00:43 UTC] olivierg at php dot net
Both the XLS and XUL renderers pass my tests and should now work properly. Can you please check if it works for you ?
 [2005-10-10 23:04 UTC] olivierg at php dot net
This bug has been fixed in CVS. 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.