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

Bug #608 Column guts always hidden, i.e. always displayed with zero height
Submitted: 2004-01-22 12:26 UTC
From: frank dot wippermueller at web dot de Assigned: dufuz
Status: Closed Package: Spreadsheet_Excel_Writer
PHP Version: 4.3.4 OS: Win32
Roadmaps: (Not assigned)    
Subscription  
Comments Add Comment Add patch


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 : 23 + 35 = ?

 
 [2004-01-22 12:26 UTC] frank dot wippermueller at web dot de
Description: ------------ Buggy computation of column guts' max level in function Spreadsheet_Excel_Writer_Worksheet::_store_guts : Max level always set to zero. Solution: Line 2836 of file "Worksheet.php" "if (count($col_level) >= 6) {" is non-sense and is fixed by replacing it by "if (count($this->_colinfo[$i]) >= 6) {"

Comments

 [2006-05-18 07:22 UTC] michael dot jostmeyer at gsemyweb dot net (josi)
Column grouping is not possible/ guts are not displayed. I think of 2874 $row_level = $this->_outline_row_level; 2875 $col_level = 0; in function _storeGuts() will set this level always to 0... there is no property _outline_column_level implemented.
 [2007-08-15 22:55 UTC] dufuz (Helgi Þormar)
Do you have a test script that can reproduce the bug ?
 [2007-08-15 23:03 UTC] dufuz (Helgi Þormar)
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.