Edit report at http://pear.php.net/bugs/bug.php?id=14834&edit=1
ID: 14834
Updated 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
+Status: Feedback
Type: Bug
Package: Spreadsheet_Excel_Writer
Operating System: windows xp
PHP Version: 5.2.6
Roadmap Versions:
New Comment:
-Status: Open
+Status: Feedback
We are unable to reproduce the bug as reported.
Please provide a simple script (10 lines or less)
or a link to an external script that can be used
to reproduce the bug.
If you can provide the script, feel free to add it
to this bug and change the status back to "Open".
Thank you for your interest in PEAR.
Previous Comments:
------------------------------------------------------------------------
[2011-01-10 22:04:49] ecaron
Either the code that created $headerFormat needs to be supplied, or this
bug can be closed as a WORKSFORME.
------------------------------------------------------------------------
[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
------------------------------------------------------------------------