PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » File Formats » Spreadsheet_Excel_Writer » Bug #9814

writeFormula problem with HYPERLINK

Details

Submitted2007-01-12 16:55 UTC
Fromguillaume dot lebigot at gmail dot com
StatusAnalyzed
PackageSpreadsheet_Excel_Writer
PHP Version5.1.6
OSWINDOWS
Roadmaps(Not assigned)

Comments

[2007-01-12 16:55 UTC] guillaume dot lebigot at gmail dot com

Description:
------------
Impossible to execute writeFormula to create an HYPERLINK through worksheets. (see my script)

Test script:
---------------
$Sai->writeFormula(0, 4, "=HYPERLINK('sheet!A1','link')");

Expected result:
----------------
I expect to have my XLS generated with formulas in cells but when i call the generator script, my navigator crash with the use of this line. I have try a lot of possibilities.

help!

Actual result:
--------------
navigator crash

[2007-01-12 17:35 UTC] guillaume dot lebigot at gmail dot com

all others formulas are ok.
just HYPERLINK crash.