AI-Agent-ready CLI framework for editing, testing, running, tracing, and diffing Excel VBA projects.
https://harumiweb.github.io/xlflow/ ↗// readme
Excel VBA development, rebuilt for CLI-first humans and AI agents.
|
:surfing_man: xlflow
xlflow is an Excel VBA development framework for the AI agent era.
It turns .xlsm workbooks, .xlam Excel add-ins, and .xlsb Excel Binary Workbooks into a source-controlled, CLI-driven development workflow where VBA can be exported, edited, linted, imported, tested, and executed from the command line.
[!TIP] Think of xlflow as a development harness around Excel VBA: it does not replace Excel, but it makes Excel VBA projects much easier to operate from terminals, scripts, CI-like local checks, and AI coding agents.
Demo
These samples were created by an AI agent using xlflow with only minimal natural language instructions.
| Macro that summarizes world news in Excel using NewsAPI | Macro that retrieves stock prices and displays them in Excel |