CSV To XLSX

A spreadsheet helper that converts CSV files into formatted XLSX workbooks with styled headers and frozen panes.

sayed3li97 9e8bb4b 724 B Updated

File contents

CSV to XLSX converter

CSV is a widely used data format. This skill turns CSV input into styled XLSX workbooks.

Workflow

  1. Read the CSV input and detect the delimiter.
  2. Create a workbook and write the header row in bold.
  3. Freeze the top pane and auto-size the columns.
  4. Save the workbook next to the source file.

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.

sayed3li97/skillscore/tree/main/test/fixtures/mediocre/spreadsheet-skill commit 9e8bb4b26f

Frequently asked questions

npx skillmds@latest add sayed3li97/csv-to-xlsx