Table Editor

Paste from Spreadsheet

Copy cells from Excel or Google Sheets and paste them below. The first row will become headers.

Markdown Output

| Column 1 | Column 2 | Column 3 |
| :--- | :--- | :--- |
| Cell | Cell | Cell |
| Cell | Cell | Cell |
| Cell | Cell | Cell |

Rendered Preview

Column 1Column 2Column 3
CellCellCell
CellCellCell
CellCellCell

About This Tool

How to Use
  1. Click cells in the header row to set column names.
  2. Fill in data rows by clicking each cell and typing.
  3. Use 'Add Row' and 'Add Column' buttons to expand the table.
  4. Set each column's alignment using the left/center/right selector in the header.
  5. Paste tab-separated data (e.g. copied from Excel or Google Sheets) into the paste area.
  6. Click 'Copy Markdown' to copy the formatted table to your clipboard.
Common Use Cases
  • Create comparison tables for README files or technical documentation
  • Convert a spreadsheet extract into a Markdown table for GitHub or Confluence
  • Quickly format data into a readable table for a pull request description
Tips & Tricks
  • Copy cells from Excel or Google Sheets and paste them into the paste area to auto-populate the table.
  • The live preview shows how the table will look when rendered.

Related Tools