원클릭으로
exceljs-formula-recalc
Recalculate formula outputs for ExcelJS workbook flows in Node.js after agents or services edit cells.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Recalculate formula outputs for ExcelJS workbook flows in Node.js after agents or services edit cells.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | exceljs-formula-recalc |
| version | 0.1.0 |
| description | Recalculate formula outputs for ExcelJS workbook flows in Node.js after agents or services edit cells. |
| tags | ["exceljs","xlsx","excel","formula-recalculation","node","typescript"] |
Use exceljs-formula-recalc when an agent or Node.js service already uses
ExcelJS and needs fresh formula output values after changing cells.
npx --package exceljs-formula-recalc exceljs-recalc --demo --json
The demo should print commandSucceeded: true, recalculationCompleted: true,
expectedValueMatched: true, and a Summary!B2 value of 72000.
npx --package exceljs-formula-recalc exceljs-recalc workbook.xlsx \
--set Inputs!B2=48 \
--read Summary!B7 \
--out workbook.recalculated.xlsx \
--json
import { recalculateExceljsWorkbook } from 'exceljs-formula-recalc'
const result = await recalculateExceljsWorkbook(workbook, {
edits: [{ target: 'Inputs!B2', value: 48 }],
reads: ['Summary!B7'],
})
Use xlsx-formula-recalc instead when the caller only has raw XLSX bytes and
does not need an ExcelJS workbook object.
Use @bilig/workpaper WorkPaper state for workbook formulas, MCP editing, and tool integrations without driving spreadsheet UI.
Use @bilig/workpaper WorkPaper state for workbook formulas, MCP editing, and tool integrations without driving spreadsheet UI.
Use @bilig/workpaper WorkPaper state for workbook formulas, MCP editing, and tool integrations without driving spreadsheet UI.
Use bilig-workpaper WorkPaper state for workbook formulas, MCP editing, and tool integrations without driving spreadsheet UI.
Use @bilig/workpaper WorkPaper state for workbook formulas, MCP editing, and tool integrations without driving spreadsheet UI.
Use @bilig/workpaper WorkPaper state for workbook formulas, MCP editing, and tool integrations without driving spreadsheet UI.