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
As part of the [**SheetXL**](https://github.com/sheetxl/sheetxl) project, we have integrated the excellent `fast-formula-parser` into the larger SheetXL ecosystem.
6
10
11
+
The new package, [`@sheetxl/formulas`](https://www.npmjs.com/package/@sheetxl/formulas), powers the [`@sheetxl/sdk`](https://www.npmjs.com/package/@sheetxl/sdk) and brings updated capabilities:
12
+
13
+
## Highlights
14
+
15
+
- ✅ All existing formulas **plus 100 new ones**
16
+
- ✅ Written in TypeScript for strong typing and modern tooling
17
+
- ✅ Runs in both Node.js and the browser (via the SheetXL runtime)
18
+
- ✅ High performance — up to **10× faster than Excel** for most operations
19
+
- ✅ Integrated with the [`@sheetxl/sdk`](https://www.npmjs.com/package/@sheetxl/sdk) for full spreadsheet capabilities
20
+
- ✅ Roadmap: Full Excel parity expected in the next **6–12 months**
21
+
- ✅ MIT License: All formulas remain **MIT licensed**
22
+
23
+
We recommend migrating to `@sheetxl/formulas` to benefit from ongoing improvements.
24
+
25
+
---
26
+
27
+
## 🙏 Thanks
28
+
29
+
Special thanks to **[@LesterLyu](https://github.com/LesterLyu)** (original creator) and all contributors who helped create this most excellent library. Your work has made it possible for hundreds of projects to build spreadsheet-like functionality in JavaScript.
0 commit comments