원클릭으로
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 페이지를 검토하고 설치를 진행할 수 있습니다.
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.
SOC 직업 분류 기준
| 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.