spreadsheet
typeScript/javascript spreadsheet parser, with formulas.
git clone https://git.vogt.world/spreadsheet.git
Log | Files | README.md
← All files
name: dist/Formulas.d.ts
-rw-r--r--
163
1declare let Formulas: {
2    exists: (fn: string) => boolean;
3    get: (fn: string) => any;
4    isTryCatchFormula: (fn: string) => boolean;
5};
6export { Formulas };