spreadsheetsetcellformula
- ColdFusion version:9.0.1 standard
- server OS: Windows 2008 R2
- webserver: Apache 2.2.19
I am having an issue with tick marks (') when using the formula function. I am trying to set a formula in Excel that pulls information from a different tab. In Excel it's simply: ='10-00-In Progress'!HB10. I would assume I can then just use the wrapper:
<cfset spreadsheetSetCellFormula(sObj, "'10-00-In Progress'!HB10", 10, #column#)>
It gives me this error:
An exception occurred while using action=update. | |
| org.apache.poi.ss.formula.FormulaParser$FormulaParseException: Unused input [HB10] after attempting to parse the formula [#REF!HB10] | |
| The error occurred in C:\Program Files (x86)\Apache Software Foundation\Apache2.2\htdocs\Accounting\wipNonCM.cfm: line 216 | |
I've tried every variation of quotes and tick marks I can think of and still nothing.
Any help would be appreciated.
