Skip to content
Spreadsheet Engine

formulaParserReady

const formulaParserReady: Promise<{
parse: FnParseFormula;
replaceNameWithError: ReplaceNameWithErrorFn;
replaceRefsOnDelete: ReplaceRefsOnDeleteFn;
replaceRefsOnInsert: ReplaceRefsOnInsertFn;
replaceRefsOnMove: ReplaceRefsOnMoveFn;
replaceSheetReferences: ReplaceSheetReferencesFn;
replaceSheetWithRefError: ReplaceSheetWithRefErrorFn;
replaceTableReferences: ReplaceTableReferencesFn;
replaceWorkbookReferences: ReplaceWorkbookReferencesFn;
}>;

Promise which can be awaited in asynchronous code to ensure that the formula parser has finished importing.