SQL Server to Microsoft Excel. VBA class for Excel to make easy to access records stored in SQL Server and output these data in an Excel sheet; keeping or not the link ...
python-mcp-vba-conversion/ ├── src/ │ ├── mcp_server.py # FastMCP server implementation │ ├── converter.py # Main VBA to Python converter │ ├── vba_parser.py # VBA code parsing utilities │ ├── ...