I automate the boring parts of Excel so analysts can do actual analysis.
XLForge β a production-grade Excel automation toolkit in pure VBA. One-line data cleaning for 100k+ row tables, instant formatted reports with charts, batch CSV/PDF export, structured audit logging, and microsecond-precision benchmarking. Zero dependencies.
' Messy data β clean data, one call
CleanRange Sheet1.Range("A2:F50000"), caseStyle:=tcsProperVBA Β· Excel Β· Data cleaning Β· Reporting automation Β· Office automation
- Array operations over cell loops β performance is a feature
- Every macro leaves an audit trail
- Error handlers always restore application state
- If a non-developer can't tell what it did, it isn't done
- GitHub: @kristic8998