CSVをMarkdownテーブルに、MarkdownテーブルをCSVに双方向で変換します。
Markdownテーブルの使い方
最初の行をヘッダーとして、CSVを貼り付けてください。
区切り文字とカラムの配置を選択してください。
生成されたMarkdownテーブルをコピーしてください。
This tool converts CSV data into a clean Markdown table you can drop into READMEs, issues, wikis and documentation, and converts Markdown tables back into CSV. The first row becomes the header, and you can set the column alignment.
Writing Markdown tables by hand is fiddly: every row needs the right number of pipes and the alignment divider has to line up. Pasting CSV and getting a correct table back removes all of that busywork.
Everything is processed locally in your browser; nothing you paste leaves your device.
It reads standard CSV with comma, semicolon or tab delimiters and handles quoted fields, so data exported from a spreadsheet converts without breaking on commas inside values.
The output is a GitHub-Flavored Markdown table: a header row, an alignment divider, then the data rows. It renders in GitHub, GitLab, most wikis and Markdown editors.
Alignment is written into the divider row using colons, :--- for left, :---: for center and ---: for right, which Markdown renderers use to align each column. Pipe characters in the data are escaped and line breaks inside cells are flattened so the table always stays valid.
よくある質問
GitHub Flavored Markdownのテーブル形式です。ヘッダー行、配置区切り行、データ行が続きます。GitHub、ほとんどのWiki、Markdownエディターでレンダリングされます。
選択した配置は、コロンを使って区切り行に書き込まれます(:--- 左、:---: 中央、---: 右)。Markdownレンダラーはこれを使用して各カラムを配置します。
引用符付きのCSVフィールドは正しく解析され、データ内のパイプ文字はテーブルが有効なままになるようにエスケープされます。セル内の改行はスペースに変換されます。
いいえ。テーブルはすべてブラウザ内で生成されます。貼り付けたデータがお使いのデバイスから出ることはありません。
このツールを埋め込む
このツールをご自身のウェブサイトに追加できます。下のコードをコピーしてください。内容は自動的に最新の状態に保たれます。
<iframe src="https://monu.tools/embed/ja/markdown-table-converter" width="100%" height="640" style="border:1px solid #e5e5e5;border-radius:12px;max-width:680px" loading="lazy" title="Monu Tools"></iframe>関連ツール