Convert copied Excel, Google Sheets, TSV, or CSV data into a clean GitHub Flavored Markdown table without uploading a workbook. The same parsed table can also be exported as HTML, CSV, or a JSON array.
Spreadsheet clipboard copies are TSV. CSV is parsed with quote-aware delimiter handling, and Markdown pipe characters are escaped so cell values cannot break a GFM table. Conversion and downloads run only in client-side JavaScript.