Edit report at http://pear.php.net/bugs/bug.php?id=14834&edit=1
ID: 14834
Comment by: [email protected]
Reported By: amkarovec at gmail dot com
Summary: Fatal error: Call to a member function getXfIndex()
on a non-object
Status: Open
Type: Bug
Package: Spreadsheet_Excel_Writer
Operating System: windows xp
PHP Version: 5.2.6
Roadmap Versions:
New Comment:
Either the code that created $headerFormat needs to be supplied, or this
bug can be closed as a WORKSFORME.
Previous Comments:
------------------------------------------------------------------------
[2008-10-20 08:18:28] denis
Description:
------------
I would like to increase row height, that was visible all entire text of
cells
Test script:
---------------
$counter = 1;
foreach($serviceNames as $el){
$sheet->setRow(1,$counter,30);
$sheet->write(1,$counter++,$el,$headerFormat);
}
Expected result:
----------------
increased rows height
Actual result:
--------------
Fatal error: Call to a member function getXfIndex() on a non-object in
C:\Apache\...\Writer\Worksheet.php on line 1234
------------------------------------------------------------------------