Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.9.4

Bug #6725 quoted offsheet references cause stack overflow
Submitted: 2006-02-08 11:08 UTC
From: steveh at brendata dot co dot uk Assigned:
Status: No Feedback Package: Spreadsheet_Excel_Writer (version 0.9.0)
PHP Version: 5.1.2 OS: Windows 2003
Roadmaps: (Not assigned)    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 47 - 14 = ?

 
 [2006-02-08 11:08 UTC] steveh at brendata dot co dot uk
Description: ------------ Using quoted references in formulas seems to cause a stack overflow. eg =SUM('Japanese Book - Rollovers'!A10:A11)

Comments

 [2006-02-28 18:10 UTC] pear at bugmenot dot com (Preston A. Rickwood)
Similar issue, but slightly different results. This statement $worksheet->writeFormula(3, 1, "=SUM('AP Capital'!T:T)", $formatNumber); Causes a stack overflow and SEGV, while the statement $worksheet->writeFormula(3, 1, "=VLOOKUP(\$A\${$excelRow},'APCapitalAPDISTRIB'!{$apDistRange},{$pickCol},0)", $formatNumber); does not. I have tested several combinations and it does not appear to matter if there are embedded spaces in the quoted sheet identifier. Perhaps this is a a bug in only in the SUM formula implementation?
 [2006-03-24 16:16 UTC] jon dot bertsch at ucop dot edu (Jon Bertsch)
I am using similar forumla in some spreadsheets and I can reference values from other sheets. e.g. $calc_worksheet-> writeFormula($lookup_row_id, 8, "=SUM ('Advance Worksheet'!J22:K" . $lookup_row_id . ")"); Works on our server (SUSE) so the problem may not be something completely inherent to the package. But I do have to increase the script timeout for the package to run when creating a number of complex formula and multiple sheets. VLOOKUP works when referencing other sheets as well. Not really helping your issue, sorry. Just trying to give the maintainer more information to address possible problems
 [2009-08-12 12:56 UTC] progi1984 (Franck Lefevre)
-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-09-29 14:05 UTC] doconnor (Daniel O'Connor)
-Status: Feedback +Status: No Feedback