exceljs-formula-recalc 0.38.3 → 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: exceljs-formula-recalc
|
|
3
|
+
version: 0.1.0
|
|
4
|
+
description: Recalculate formula outputs for ExcelJS workbook flows in Node.js after agents or services edit cells.
|
|
5
|
+
tags:
|
|
6
|
+
- exceljs
|
|
7
|
+
- xlsx
|
|
8
|
+
- excel
|
|
9
|
+
- formula-recalculation
|
|
10
|
+
- node
|
|
11
|
+
- typescript
|
|
12
|
+
---
|
|
13
|
+
|
|
1
14
|
# ExcelJS Formula Recalculation
|
|
2
15
|
|
|
3
16
|
Use `exceljs-formula-recalc` when an agent or Node.js service already uses
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "exceljs-formula-recalc",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.40.0",
|
|
4
4
|
"description": "Recalculate ExcelJS XLSX workbook formulas in Node.js without Excel, LibreOffice, or browser automation.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"excel",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"build": "pnpm --dir ../.. --filter xlsx-formula-recalc build && rm -rf dist tsconfig.tsbuildinfo && tsc -p tsconfig.json"
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
|
-
"xlsx-formula-recalc": "0.
|
|
58
|
+
"xlsx-formula-recalc": "0.40.0"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"exceljs": "4.4.0"
|