Home » File Formats » Spreadsheet_Excel_Writer » Bug #5379
WriteFormula bug
Details
| Submitted | 2005-09-13 10:26 UTC |
|---|---|
| From | freakysid at bigfoot dot com |
| Status | Duplicate |
| Package | Spreadsheet_Excel_Writer |
| PHP Version | 4.3.11 |
| OS | Redhat 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