Skip to content

Commit ed38a50

Browse files
committed
update readme
1 parent 8acb226 commit ed38a50

File tree

1 file changed

+26
-3
lines changed

1 file changed

+26
-3
lines changed

README.md

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,32 @@
1-
### Announcement
1+
## Announcement
22

3-
This very excellent project is now being managed as part of
3+
<p align="center">
4+
<a href="https://www.sheetxl.com" target="_blank">
5+
<img src="https://www.sheetxl.com/logo-text.svg" alt="SheetXL Logo" width="180" />
6+
</a>
7+
</p>
48

5-
[![Logo](https://www.sheetxl.com/img/logo-color-text-135.png)](https://www.sheetxl.com)
9+
As part of the [**SheetXL**](https://github.com/sheetxl/sheetxl) project, we have integrated the excellent `fast-formula-parser` into the larger SheetXL ecosystem.
610

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.
730

831
---
932
![GitHub](https://img.shields.io/github/license/lesterlyu/fast-formula-parser)

0 commit comments

Comments
 (0)