bilig
Headless spreadsheet formula recalculation and verified workbook readback
All Skills in This Repository (5)
Pure Emerald Level Indicatorsbilig-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
FAQPage SchemaHow to install Bilig?โผ
Run `npx skills add proompteng/bilig --all -g -y` in your terminal to install all skills in this suite globally.
How to recalculate Excel formulas in Node.js?โผ
Use the xlsx-recalc command or the TypeScript API to edit input cells, recalculate formulas, and read fresh output values without opening Excel or LibreOffice.
Why is my SheetJS or ExcelJS formula value stale?โผ
Those libraries write formulas but never recalculate them, so cached values stay old. Bilig recalculates the workbook in your Node process and returns the corrected values.
Does Bilig work with Claude Code and other coding agents?โผ
Yes. It ships a SKILL.md, an MCP server, and host rules for Claude Code, Cursor, Copilot, Windsurf, and many other agent environments.
Is Bilig a full Excel replacement?โผ
No. It is a headless formula runtime for services and automation; macros, pivots, charts, and exact desktop Excel behavior still require a real spreadsheet app.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core