xlsx-formula-recalc 0.36.0 → 0.36.2
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/README.md +3 -6
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -45,12 +45,9 @@ ExcelJS, then verifies that Bilig refreshes the stale formula result.
|
|
|
45
45
|
|
|
46
46
|
For the SheetJS-specific boundary, read
|
|
47
47
|
[SheetJS formula result not updating in Node.js](../../docs/sheetjs-formula-result-not-updating-node.md).
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
```sh
|
|
52
|
-
npx --package sheetjs-formula-recalc sheetjs-recalc --demo --json
|
|
53
|
-
```
|
|
48
|
+
Use `xlsx-formula-recalc` today for that workflow. The SheetJS-named package
|
|
49
|
+
exists in the source tree as an alias, but npm first-publish provisioning for
|
|
50
|
+
that package name is separate from this already published package.
|
|
54
51
|
|
|
55
52
|
## Install
|
|
56
53
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "xlsx-formula-recalc",
|
|
3
|
-
"version": "0.36.
|
|
3
|
+
"version": "0.36.2",
|
|
4
4
|
"description": "Recalculate XLSX formulas in Node.js without Excel, LibreOffice, or browser automation.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"excel",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"smoke": "node ./dist/cli.js --help"
|
|
65
65
|
},
|
|
66
66
|
"dependencies": {
|
|
67
|
-
"@bilig/headless": "0.36.
|
|
67
|
+
"@bilig/headless": "0.36.2"
|
|
68
68
|
},
|
|
69
69
|
"engines": {
|
|
70
70
|
"node": ">=22.0.0"
|