/install excel-report-msy-v1
Excel Report
Convert CSV files into polished Excel .xlsx reports with the bundled openpyxl script.
Workflow
- Locate the input CSV file and decide an output
.xlsxpath. Default to the same basename beside the CSV unless the user specifies otherwise. - Use the bundled script:
python3 /home/ubuntu/.openclaw/workspace/skills/excel-report/scripts/csv_to_excel_report.py input.csv output.xlsx
- Verify the workbook was created. For important outputs, inspect the workbook with
openpyxlor run a quick file check. - Return the generated
.xlsxfile path, and attach it withMEDIA:\x3Cpath>when replying in a channel that supports file delivery.
What the script does
- Reads CSV with UTF-8 BOM support and delimiter sniffing.
- Creates an Excel workbook with a
Reportsheet. - Styles the header row with a dark blue fill and white bold text.
- Converts numeric-looking cells to numbers and applies thousands separators.
- Adds a bold total row with
SUMformulas for numeric columns. - Adds a simple bar chart for the first numeric column using the first column as categories, limited to the first 10 data rows.
- Adds an Excel table, filters, frozen header row, and autosized columns.
Options
- Omit the output path to create
input.xlsxbeside the CSV. - Use
--sheet-name "Name"to set the worksheet title.
Dependency
The script requires openpyxl. If it is missing, install it in the active Python environment before running:
python3 -m pip install openpyxl
Do not use pandas for the core conversion unless the user explicitly asks; this skill is designed around openpyxl.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install excel-report-msy-v1 - After installation, invoke the skill by name or use
/excel-report-msy-v1 - Provide required inputs per the skill's parameter spec and get structured output
What is Excel Report?
Create formatted Excel report workbooks from CSV files using openpyxl. Use when the user provides or references a .csv file and asks to convert it to .xlsx,... It is an AI Agent Skill for Claude Code / OpenClaw, with 25 downloads so far.
How do I install Excel Report?
Run "/install excel-report-msy-v1" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Excel Report free?
Yes, Excel Report is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Excel Report support?
Excel Report is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Excel Report?
It is built and maintained by MS-YUN (@ms-yun); the current version is v1.0.0.