You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Headless, Excel-compatible spreadsheet engine in TypeScript — parses and evaluates ~400 functions in the browser or Node.js. In-process library (no REST API).",
"folders": ["docs"],
"excludeFolders": ["docs/.vuepress", "docs/api"],
"rules": [
"HyperFormula is an in-process library, not a REST API — there is no HTTP endpoint or base URL.",
"Public API cell addresses are 0-indexed: { sheet, col, row }.",
"There is no #CALC! error type.",
"EmptyValue is exported as a Symbol, not null/undefined.",
"A license key is required when constructing the engine (use 'gpl-v3' for open-source use)."