Back to browse
AutoTable – One-Click Spreadsheet Cleaner Built with Gemini

AutoTable – One-Click Spreadsheet Cleaner Built with Gemini

by voxdroid·Mar 1, 2026·1 point·0 comments

AI Analysis

MidEye CandySolve My Problem

CSV cleaner with deterministic transformations, but remove.bg pattern—solves friction, not novel.

Strengths
  • Privacy-first design: files ephemeral, auto-deleted, GDPR-friendly approach.
  • Detailed changelog of every change—transparency builds trust for data munging.
  • Free tier removes barrier to adoption; freemium model clear.
Weaknesses
  • Spreadsheet cleaning is well-served (Excel, Google Sheets formulas, Pandas, OpenRefine).
  • No evidence that Gemini-assisted logic outperforms rule-based cleaners; marketing lean.
Category
Target Audience

Non-technical spreadsheet users, data analysts, business users cleaning datasets

Similar To

OpenRefine · Pandas DataFrame operations · Google Sheets data cleaning features

Post Description

I built AutoTable to eliminate repetitive spreadsheet cleanup work.

Upload a messy CSV/Excel file and it:

Normalizes headers (snake_case)

Fixes inconsistent data types

Removes duplicates

Strips hidden Unicode junk

Standardizes formatting

The pipeline is deterministic and idempotent. Files are stored ephemerally and auto-purged.

The interesting part: I used Google Gemini heavily as an engineering collaborator — not just for boilerplate, but for designing parts of the cleaning logic and app structure.

Would love feedback on:

Edge cases I might be missing

Performance concerns at scale

Better approaches to deterministic cleaning

Live demo: https://auto-table.com

Write-up: https://dev.to/voxdroid/autotable-my-one-click-spreadsheet-c...

Similar Projects