Table Generator
CSV in, HTML or Markdown table out. No more hand-typed pipe characters.
Input
Output
What this does
DEVS: PapaParse CSV/TSV input, generates HTML table or GitHub-Flavored Markdown table. Client-side.
Paste CSV or TSV data, choose HTML or Markdown, get a formatted table. The first row becomes the header. Auto-detects the delimiter.
Common use cases
Adding tables to documentation. Paste CSV, copy the Markdown table, commit to your README. Building HTML tables for web pages without writing tags by hand. Converting spreadsheet data for blog posts or wikis.
Things to know
HTML output produces a clean table with thead and tbody. No inline styles, so it inherits your page's CSS. Markdown tables follow GitHub-Flavored Markdown syntax. They don't support merged cells or row spans. Pipe characters inside cell data are escaped.
Privacy
Everything runs in your browser. Your data in, your table out. No server involved.