Skip to content
View kristic8998's full-sized avatar
  • Joined Jun 5, 2026

Block or report kristic8998

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
kristic8998/README.md

Hi, I'm Kristi πŸ‘‹

I automate the boring parts of Excel so analysts can do actual analysis.

πŸ”­ Featured project

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:=tcsProper

πŸ› οΈ What I work with

VBA Β· Excel Β· Data cleaning Β· Reporting automation Β· Office automation

πŸ“Œ Principles I code by

  • 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

πŸ“« Reach me

Pinned Loading

  1. xlforge xlforge Public

    Production-grade Excel automation toolkit in pure VBA β€” data cleaning, instant reports, batch export

    VBA

  2. xlforge-web xlforge-web Public

    XLForge for Excel on the web β€” Office Scripts + LAMBDA toolkit for data cleaning and instant reports

    TypeScript