Paste tab-separated data from Excel or Google Sheets, get a clean Markdown table back. No formatting headaches.
Markdown output will appear here
Paste TSV data on the left to see conversion
Here's the problem: you have a table in Google Sheets, and you need it in your GitHub README. Copy, paste, done. The tool reads the tab characters between your cells and turns them into proper Markdown pipe syntax -- header row, separator line, data rows, everything. No more typing pipes and dashes by hand. For the opposite direction, use our Markdown to Excel tool.
The tool treats row 1 as column headers and generates the separator row (the line with dashes) automatically. Everything else becomes data rows. If some rows are shorter than others -- maybe you left some cells empty -- the tool fills in blank cells so the table stays valid.
Any tab-delimited text works here. .tsv files from data exports, tab-separated terminal output, log files with tab delimiters -- paste it in and you'll get a Markdown table. Once you have your table, you can clean it up with our Markdown Table Formatter if the columns look uneven.
You've got a feature comparison in Google Sheets that needs to go in your README.md. Select the cells, copy, paste here, grab the Markdown output. Takes about 5 seconds versus 10 minutes of fiddling with pipes.
I keep my API endpoints tracked in a spreadsheet during development. When it's time to write docs, I just copy the relevant columns (route, method, description, auth) and paste here. Instant endpoint reference table.
Our team wiki runs on GitLab. When someone updates the shared spreadsheet with new environment configs or deployment URLs, I copy the changed section and paste it here to get the Markdown for the wiki page.
If you write technical posts in Markdown (Hugo, Jekyll, Gatsby), getting benchmark results or comparison data from a spreadsheet into your post is way easier with this tool. Copy from Sheets, paste, done.
Turn tab-separated data into a downloadable .xlsx file.
Got a CSV file? Convert it to a Markdown table.
Clean up messy Markdown tables with auto-alignment.
Go the other way -- Markdown tables to Excel spreadsheets.
Upload an .xlsx file and get Markdown table output.
Turn JSON arrays into readable Markdown tables.