FAQ
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

------------------------------------------------------------------------

Search Discussions

  • Daniel Oconnor at Sep 29, 2011 at 7:47 am
    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: Feedback
    Type: Bug
    Package: Spreadsheet_Excel_Writer
    Operating System: windows xp
    PHP Version: 5.2.6
    Roadmap Versions:
    New Comment:

    (or rather; Denis; if you can reproduce it on a current version of the
    package with
    your script; neat)


    Previous Comments:
    ------------------------------------------------------------------------

    [2011-09-29 09:48:26] doconnor

    -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.

    ------------------------------------------------------------------------

    [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

    ------------------------------------------------------------------------

Related Discussions

Discussion Navigation
viewthread | post
Discussion Overview
grouppear-bugs @
categoriesphp
postedSep 29, '11 at 7:47a
activeSep 29, '11 at 7:47a
posts2
users1
websitepear.php.net

1 user in discussion

Daniel Oconnor: 2 posts

People

Translate

site design / logo © 2023 Grokbase