sheetjs-formula-recalc 0.157.0 → 0.160.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 +5 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -31,6 +31,11 @@ Use this package at the file boundary:
31
31
  This package is a SheetJS-named bridge over `xlsx-formula-recalc`, so teams
32
32
  searching for a SheetJS answer can find the right boundary directly.
33
33
 
34
+ If the workflow might belong at the generic XLSX, ExcelJS, template, CI,
35
+ WorkPaper, or agent boundary instead, use the
36
+ [stale formula readback chooser](https://proompteng.github.io/bilig/stale-formula-readback-chooser.html)
37
+ before installing another bridge.
38
+
34
39
  ## Install
35
40
 
36
41
  ```sh
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sheetjs-formula-recalc",
3
- "version": "0.157.0",
3
+ "version": "0.160.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",
@@ -62,7 +62,7 @@
62
62
  "smoke": "node ./dist/cli.js --help"
63
63
  },
64
64
  "dependencies": {
65
- "xlsx-formula-recalc": "0.157.0"
65
+ "xlsx-formula-recalc": "0.160.0"
66
66
  },
67
67
  "engines": {
68
68
  "node": ">=22.0.0"