ChatGPT Table to Excel or Google Sheets

This free online converter turns a ChatGPT, Claude, or Gemini markdown table into Excel or Google Sheets rows, or a downloadable CSV.

No signup. Not sent to any AI. Your data stays in your browser.

Your table for Excel or Sheets

How do I copy a ChatGPT table to Excel or Google Sheets?

Paste the table into the tool above, then click Copy for Excel or Sheets. The tool converts the markdown pipes into tab-separated values, which Excel and Google Sheets both parse into separate cells when you press Ctrl+V. No Text-to-Columns, no cleanup.

  1. Copy the markdown table from ChatGPT, Claude, or Gemini.
  2. Paste it into the textarea above.
  3. Click Copy for Excel or Sheets.
  4. Open Excel or Google Sheets and press Ctrl+V (or Cmd+V on Mac).

Why does ChatGPT paste into Excel as one column?

ChatGPT outputs tables in markdown, a text format that uses pipe characters | as column delimiters. Excel and Google Sheets expect tab or comma delimiters. When you paste markdown into a cell, the spreadsheet sees one string of text, not separate columns, so the whole row lands in column A.

How do I convert a markdown table to CSV?

Paste the markdown table into the tool above and click Download CSV. The tool escapes commas, quotes, and line breaks inside cells per RFC 4180, prepends a UTF-8 BOM so Excel reads accented characters correctly, and saves the file as chatgpt-table.csv. Open it directly in Excel or Google Sheets.

How do I paste a ChatGPT table into Word as a real table?

This tool does not export directly to Word in v1. The reliable workflow: download the CSV, open it in Excel, select the table range, copy, then paste into Word. Word pastes Excel ranges as native Word tables with proper borders and alignment.

Does this work with Claude, Gemini, and plain markdown tables too?

Yes. The parser reads any markdown table regardless of source: ChatGPT, Claude, Gemini, Copilot, Llama, or hand-written markdown. As long as the table uses pipe characters and a --- separator row between the header and body, the tool will parse it correctly.

Frequently asked questions

Can I export ChatGPT tables to Excel without cleaning the columns manually?

Yes. Paste the ChatGPT table into this tool and click Copy for Excel or Sheets. The TSV output pastes directly into Excel or Google Sheets cells, each column separated, ready to use. No Text-to-Columns dialog, no pipe-stripping, no manual column width adjustments. See the full walkthrough.

Why does a ChatGPT table break when I paste it into Excel?

ChatGPT formats tables in markdown, which uses pipe characters as column separators. Excel expects tabs or commas. When you paste raw markdown, Excel treats the pipes as text and drops the whole row into one cell. This tool converts the pipes into tabs Excel understands. See why this happens.

Does this tool work with Google Sheets?

Yes. Click Copy for Excel or Sheets, open a Google Sheets cell, and press Ctrl+V or Cmd+V. The table pastes into proper rows and columns. TSV and CSV both work in Sheets; the clipboard copy is the fastest path if you already have Sheets open.

Can I download an actual Excel (.xlsx) file?

Not directly from this tool in v1. Use Download CSV instead. CSV files open in Excel natively with rows and columns intact, and you can save as .xlsx from Excel in one click. Or use Copy for Excel or Sheets to paste rows straight into Excel without a download.

Does this work with Claude and Gemini output?

Yes. The tool reads any markdown-formatted table, whether it came from ChatGPT, Claude, Gemini, Copilot, or hand-written markdown. The format is what matters, not the source. If your AI assistant outputs a table with pipe characters and a separator row, this tool will convert it. See all compatible sources.

Is my pasted data uploaded to a server?

No. Conversion runs locally in your browser using JavaScript; your pasted table is not included in any outbound request. You can verify this by opening DevTools Network tab, pasting a unique marker string into the textarea, and confirming no request carries that string. See how this tool works.

Can ChatGPT create an Excel file directly?

ChatGPT can generate spreadsheet files in some products and plans, but this tool is faster for pasted markdown tables and requires no paid workflow. Paste the table, copy or download, done. Skip the wait for ChatGPT to package a file you can generate in one click here.

How this tool works

The conversion runs entirely in your browser using vanilla JavaScript. When you paste text, a deterministic parser reads the pipe-delimited markdown, extracts headers, data rows, and column alignments, then generates TSV for the clipboard and CSV for the download.

Your pasted table is not sent to any Aiifi server, a third-party API, or an AI service. You can verify this by opening DevTools Network tab, pasting a unique marker string into the textarea, and confirming no outbound request carries that string. Conversion happens locally; the code is viewable in your browser's Sources panel.

Written by Evan Selway, last reviewed April 2026. For more on how Aiifi handles tools and content, see our editorial policy.