开发者工具

将 CSV 转为 XLS、XLSX 或 ODS

上传 CSV 并转换为表格格式。

全部工具

CSV 转 Excel/ODS

将 CSV 转为 Excel/ODS
上传 CSV 文件,选择格式,然后下载。

使用方法

  1. Paste input or upload a file.
  2. Run the main action (convert / format / generate).
  3. Download the output when you're ready.

Best practices

  • Use UTF-8 encoding to avoid broken characters.
  • Pick the correct delimiter (comma/semicolon/tab) for your CSV.
  • Avoid pasting sensitive data on shared devices.

隐私

部分工具在浏览器内运行。某些功能可能需要服务器处理。

示例
Simple CSV
输入
name,age
Ada,29
Linus,31
输出
Expected: Downloaded spreadsheet with 2 rows.
CSV with semicolon
输入
name;age
Ada;29
Linus;31
输出
Expected: Downloaded spreadsheet; set delimiter to Semicolon.

Was this tool helpful?