sheetjs-formula-recalc 0.107.8 → 0.119.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.
Files changed (2) hide show
  1. package/README.md +13 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -107,6 +107,19 @@ workflow.
107
107
  Review `result.warnings` and keep fixtures for unsupported functions, external
108
108
  workbook links, macros, volatile functions, and customer-critical templates.
109
109
 
110
+ ## After The Proof
111
+
112
+ If the demo or a reduced SheetJS workbook returns the fresh formula values you
113
+ needed, star or bookmark Bilig so the boundary is easy to find later:
114
+ <https://github.com/proompteng/bilig/stargazers>.
115
+
116
+ Watch releases if this is close to a production workflow:
117
+ <https://github.com/proompteng/bilig/subscription>.
118
+
119
+ If a SheetJS workbook still fails after a reduced test case, open the blocker
120
+ with the formula, input cells, output cells, and warning output:
121
+ <https://github.com/proompteng/bilig/discussions/new?category=general>.
122
+
110
123
  ## Related
111
124
 
112
125
  - [SheetJS formula result not updating in Node.js](https://proompteng.github.io/bilig/sheetjs-formula-result-not-updating-node.html)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sheetjs-formula-recalc",
3
- "version": "0.107.8",
3
+ "version": "0.119.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",
@@ -61,7 +61,7 @@
61
61
  "smoke": "node ./dist/cli.js --help"
62
62
  },
63
63
  "dependencies": {
64
- "xlsx-formula-recalc": "0.107.8"
64
+ "xlsx-formula-recalc": "0.119.0"
65
65
  },
66
66
  "engines": {
67
67
  "node": ">=22.0.0"