
Built a Google Sheets add-on that reads bank statements and invoices with AI, after one too many evenings doing it by hand
This started as a personal problem. I used to spend an evening every month manually copying my own bank statements from PDF into a spreadsheet just to see where my money was going line by line, by hand. At some point I got annoyed enough to automate it for myself.
That turned into Scrape2Sheets, a Google Sheets add-on that uses AI to read PDFs, invoices, receipts, and bank statements and drop the data straight into your sheet as clean rows . You point it at files in Google Drive, tell it what columns you want (or let it auto-detect them from a sample document), and it batch-processes up to 100 files at once. It handles scanned documents and phone photos too, not just clean digital PDFs.
It's only just started picking up some real traction the last couple weeks, which has honestly been a nice surprise after building in isolation for a while.
Curious whether others here started building their tool the same way, solving your own annoying manual task first, then realizing other people had the exact same one. Happy to answer questions in the comments if anyone wants details.