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  


 [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] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!
 [2007-08-15 23:03 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!