proompteng
Official@proompteng · United States of America
Offers deterministic XLSX formula recalculation and workbook state management for Node.js environments.
Agent Skills by proompteng
Showing 5 vetted skills indexed across 1 GitHub repositories.
bilig-workpaper
Edit cells, read back results, and export WorkPaper state in Node.js or MCP workflows.
sheetjs-formula-recalc
Recalculate SheetJS workbook formulas in Node.js after input edits.
exceljs-formula-recalc
Recalculate ExcelJS workbook formulas deterministically after Node.js edits and return updated XLSX bytes.
bilig-xlsx-formula-recalc
Recalculate XLSX formulas and refresh cached values in Node.js.
xlsx-formula-recalc
Recalculate stale cached XLSX formulas in Node.js workflows.
Frequently Asked Questions About proompteng
FAQPage SchemaWhat specific spreadsheet tasks does proompteng enable?▼
Proompteng enables the programmatic recalculation of stale XLSX formulas and the management of workbook state. It allows developers to modify cell values, trigger deterministic formula updates, and export the resulting binary data within Node.js environments, ensuring financial calculations remain accurate after data ingestion.
Which technical personas benefit from these capabilities?▼
These capabilities are designed for backend engineers and data architects working with financial reporting systems. Professionals managing large-scale spreadsheet data, automated accounting reports, or complex business logic embedded in Excel files will find these functions essential for maintaining data integrity during batch processing.
What are the primary dependencies for implementing these functions?▼
Implementation requires a Node.js runtime environment and existing integration with SheetJS or ExcelJS libraries. Users must manage their workbook objects within the application memory space, passing the workbook state to the relevant recalculation function to refresh cached formula results before final export.