Free tools
Small, free tools for the things people do to a Google Sheet before they need an API. No signup, no limits, no email — paste, get your answer, leave.
Convert a Google Sheet
Convert a Google Sheet to JSON
Paste a public Google Sheet URL and get clean, formatted JSON instantly. No signup, no API key, and no Google Cloud project. Copy it, download it, or go live.
Open toolConvert a Google Sheet to CSV
Paste a Google Sheet URL and download it as clean, RFC 4180 CSV — no Google account, no sign-in, and no export menu. Works on any sheet shared with a link.
Open toolConvert a Google Sheet to a Markdown table
Turn a Google Sheet into a Markdown table for a README, a doc, or an AI prompt. Free, instant, no signup — pipes inside your cells are escaped for you.
Open toolConvert a Google Sheet to SQL inserts
Turn a Google Sheet into a CREATE TABLE plus INSERT statements you can run straight into MySQL, Postgres, or SQLite. Free, no signup, quotes escaped properly.
Open toolGenerate TypeScript types from a Google Sheet
Generate a TypeScript interface from a Google Sheet. Column names become properties, types are inferred from your actual data, and it is free with no signup.
Open toolDiagnose a Google Sheet
Connect a Google Sheet to AI
Data format utilities
Convert CSV to JSON
Paste CSV and get formatted JSON back — one object per row, keyed by the header row. Quoted fields, embedded commas and newlines all handled. Free, no signup.
Open toolConvert JSON to CSV
Paste a JSON array of objects and get CSV back, header row built from the keys. Values holding commas or quotes are escaped properly. Free, no signup.
Open toolFormat and validate JSON
Paste JSON to pretty-print and validate it. Invalid JSON gets the exact error and where it happened, so you can find the missing comma. Free, no signup.
Open toolConvert CSV to a Markdown table
Paste CSV and get a GitHub-flavored Markdown table for a README, docs, or an AI prompt. Pipes inside your cells are escaped so the table cannot break.
Open tool