📑

TSV 轉 Markdown 表格轉換器

將定位字元分隔值(TSV)轉換為 Markdown 表格。上傳 .tsv 檔案或直接貼上。

將檔案拖放到此處

或點擊瀏覽

支援: .tsv, .txt

Markdown Output

What Is TSV?

TSV (Tab-Separated Values) is a plain-text format that uses tab characters (\t) to separate values in each row, and newlines to separate rows. It is commonly exported from databases and spreadsheets as an alternative to CSV.

When you copy rows from Microsoft Excel or Google Sheets and paste them, the data is automatically tab-separated — making TSV the natural format for spreadsheet copy-paste.

How to Use This Tool

  1. File tab: Upload a .tsv or .txt file.
  2. Paste tab: Copy cells from Excel or Google Sheets and paste directly — the clipboard data is already tab-separated.
  3. Edit tab: Type or edit tab-separated data with live Markdown preview.

TSV to Markdown: Example

Input TSV (tabs shown as spaces here):

Name	Department	Salary
Alice	Engineering	95000
Bob	Marketing	72000

Markdown output:

| Name  | Department  | Salary |
| ----- | ----------- | ------ |
| Alice | Engineering | 95000  |
| Bob   | Marketing   | 72000  |

Features

  • Accepts file uploads (.tsv, .txt) and pasted text
  • Works with Excel and Google Sheets copy-paste data
  • Handles any number of columns and rows
  • Escapes pipe characters in cell values
  • 100% private — data never leaves your browser

相關工具