How to use
- Paste CSV, TSV, or spreadsheet data into the input area.
- Set the delimiter (auto-detected by default) and choose a column alignment.
- Toggle whether the first row is a header row.
- Copy the GFM markdown table from the output panel.
Examples
- Pasting three CSV rows with headers name, age, city produces a GFM table with a separator row of dashes after the header.
- Choosing centre alignment wraps each separator cell as :---: instead of just ---.