xlsx-formula-recalc 0.131.0 → 0.131.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 +5 -6
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -67,8 +67,8 @@ npm install @bilig/xlsx-formula-recalc
|
|
|
67
67
|
|
|
68
68
|
## CLI
|
|
69
69
|
|
|
70
|
-
Run the
|
|
71
|
-
|
|
70
|
+
Run the evaluator first when you want one JSON shape for XLSX stale-cache
|
|
71
|
+
checks, WorkPaper services, and agent/MCP tooling:
|
|
72
72
|
|
|
73
73
|
```sh
|
|
74
74
|
npx --package @bilig/xlsx-formula-recalc bilig-evaluate --door xlsx-cache --json
|
|
@@ -151,10 +151,9 @@ a proof object with explicit recalculation fields and the recalculated value:
|
|
|
151
151
|
}
|
|
152
152
|
```
|
|
153
153
|
|
|
154
|
-
Keep the
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
evaluating.
|
|
154
|
+
Keep the JSON first. It contains proof fields only; it does not include star,
|
|
155
|
+
release-watch, or discussion links. Use README or docs links after the
|
|
156
|
+
recalculated value and warnings match the workflow.
|
|
158
157
|
|
|
159
158
|
If you have a real workbook but do not yet know which formula cells matter,
|
|
160
159
|
diagnose it without writing an output file:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "xlsx-formula-recalc",
|
|
3
|
-
"version": "0.131.
|
|
3
|
+
"version": "0.131.2",
|
|
4
4
|
"description": "Diagnose stale cached XLSX formula values and recalculate XLSX formulas in Node.js without Excel, LibreOffice, or browser automation.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"excel",
|
|
@@ -83,8 +83,8 @@
|
|
|
83
83
|
"smoke": "node ./dist/cli.js --help"
|
|
84
84
|
},
|
|
85
85
|
"dependencies": {
|
|
86
|
-
"@bilig/headless": "0.131.
|
|
87
|
-
"@bilig/protocol": "0.131.
|
|
86
|
+
"@bilig/headless": "0.131.2",
|
|
87
|
+
"@bilig/protocol": "0.131.2",
|
|
88
88
|
"fflate": "0.3.11"
|
|
89
89
|
},
|
|
90
90
|
"engines": {
|