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.

You might also like

Prettier Code Formatter & Colorizer

Reformat and colorize your code using Prettier and react-syntax-highlighter. Easily convert messy code into a clean, readable format with syntax highlighting.

Text Diff Checker

Compare two blocks of text side-by-side and instantly see additions, deletions, and changes highlighted. Perfect for comparing code, documents, or configuration files.

JSON Formatter & Validator

Paste JSON to pretty-print, validate, minify, and explore. Click any node in the tree view to copy its JSONPath expression — perfect for building API queries.

URL Decoder & Encoder

Decode and encode URL-encoded text instantly. Essential for web developers debugging query strings, API parameters, and encoded URLs.