Home » File Formats » Spreadsheet_Excel_Writer » Bug #9814
writeFormula problem with HYPERLINK
Details
| Submitted | 2007-01-12 16:55 UTC |
|---|---|
| From | guillaume dot lebigot at gmail dot com |
| Status | Analyzed |
| Package | Spreadsheet_Excel_Writer |
| PHP Version | 5.1.6 |
| OS | WINDOWS |
| 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.