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 #5379

WriteFormula bug

Details

Submitted2005-09-13 10:26 UTC
Fromfreakysid at bigfoot dot com
StatusDuplicate
PackageSpreadsheet_Excel_Writer
PHP Version4.3.11
OSRedhat 9
Roadmaps(Not assigned)

Comments

[2005-09-13 10:26 UTC] freakysid at bigfoot dot com

Description:
------------
using an absolute cell reference in a formula creates a lookahead error.

Test script:
---------------
Example code:
$foruma = "=RANK(C4:$A4:$D4)"
$worksheet->writeFormula($row, $col, $formula, $bold);

Example Output:
Syntax error: ,, lookahead: , current char: 9

[2005-11-08 23:44 UTC] xnoguer at php dot net

this is a duplicate of bug 2878