Skip to content

cupertino-files / renderFormula

Function: renderFormula() ​

renderFormula(formula, origin?, options?): RenderedFormula

Defined in: src/tst/formulas.ts:249

Render a TSCE.FormulaArchive as infix text.

origin is the cell the formula lives in; relative references resolve against it. Omitting it renders relative references in their raw offset form (R[-1]C[0]), which is honest but rarely what a caller wants.

Parameters ​

formula ​

RawMessage | undefined

origin? ​

FormulaOrigin

options? ​

RenderOptions = {}

Returns ​

RenderedFormula

MIT licensed. Independently made — not by Apple in California. Not affiliated with or endorsed by Apple Inc.