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?
options?
RenderOptions = {}