ワンクリックで
csv-to-xlsx
A spreadsheet helper that converts CSV files into formatted XLSX workbooks with styled headers and frozen panes.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
A spreadsheet helper that converts CSV files into formatted XLSX workbooks with styled headers and frozen panes.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Fills PDF form fields from structured JSON data and writes a flattened output file. Use when the user asks to fill, complete, or populate a PDF form programmatically. Do not use for scanned or image-only PDFs, and not for creating new PDF layouts.
Generates a pancake recipe card scaled to the requested serving count. Use when the user asks for pancake recipes or batch scaling. Do not use for other baked goods.
| name | csv-to-xlsx |
| description | A spreadsheet helper that converts CSV files into formatted XLSX workbooks with styled headers and frozen panes. |
CSV is a widely used data format. This skill turns CSV input into styled XLSX workbooks.
For the delimiter you can use a comma, or a semicolon, or a tab, or any single character the source uses.
name,amount,date
Widgets,120,2031-01-15
The output keeps one sheet per input file and uses the file name as the sheet name.