文字与文档工具

CSV转置

CSV转置;输入、输出与参数范围在实施前细化。

优先本地处理无需注册隐私说明 ↗
No file selected

CSV or plain text up to 10 MB. Processing happens locally in your browser.

Rows become columns and columns become rows. Empty cells are retained so the output stays rectangular.

使用步骤

如何使用

  1. Choose a CSV file up to 10 MB or paste CSV text.
  2. Transpose the data and review the result.
  3. Copy the result or download it as a CSV file.

Quoted CSV values are preserved

The parser handles commas inside double-quoted fields, line breaks inside quoted fields, and escaped double quotes. Output fields are quoted when required for valid CSV.

Rectangular output

Rows with fewer cells are padded with empty values before transposition. The output therefore has one row for every input column and one column for every input row.

Local and private by design

Reading, parsing, transposing, previewing, copying, and downloading happen in your browser. The input is not sent to a server. Files are limited to 10 MB and the preview is limited to 100,000 characters.

常见问题

你可能还想知道

What does transposing a CSV do?

It swaps rows and columns. For example, the first input row becomes the first output column.

Are quoted commas and line breaks supported?

Yes. Double-quoted fields may contain commas, line breaks, and escaped double quotes.

What happens when rows have different lengths?

Shorter rows are padded with empty cells so the transposed CSV remains rectangular.

Is my CSV uploaded?

No. The conversion runs locally in your browser.