sheetjs-formula-recalc 0.39.0 → 0.40.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/SKILL.md +13 -0
- package/package.json +2 -2
package/SKILL.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: sheetjs-formula-recalc
|
|
3
|
+
version: 0.1.0
|
|
4
|
+
description: Add fresh formula readback to SheetJS and xlsx workflows after writing XLSX inputs in Node.js.
|
|
5
|
+
tags:
|
|
6
|
+
- sheetjs
|
|
7
|
+
- xlsx
|
|
8
|
+
- excel
|
|
9
|
+
- formula-recalculation
|
|
10
|
+
- node
|
|
11
|
+
- typescript
|
|
12
|
+
---
|
|
13
|
+
|
|
1
14
|
# SheetJS Formula Recalculation
|
|
2
15
|
|
|
3
16
|
Use `sheetjs-formula-recalc` when an agent or Node.js service has changed XLSX
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sheetjs-formula-recalc",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.40.0",
|
|
4
4
|
"description": "Recalculate SheetJS and xlsx workbook formulas in Node.js without Excel, LibreOffice, or browser automation.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"excel",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"smoke": "node ./dist/cli.js --help"
|
|
61
61
|
},
|
|
62
62
|
"dependencies": {
|
|
63
|
-
"xlsx-formula-recalc": "0.
|
|
63
|
+
"xlsx-formula-recalc": "0.40.0"
|
|
64
64
|
},
|
|
65
65
|
"engines": {
|
|
66
66
|
"node": ">=22.0.0"
|