/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.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install excel-report-msy-v1 - 安装完成后,直接呼叫该 Skill 的名称或使用
/excel-report-msy-v1触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 25 次。
如何安装 Excel Report?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install excel-report-msy-v1」即可一键安装,无需额外配置。
Excel Report 是免费的吗?
是的,Excel Report 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Excel Report 支持哪些平台?
Excel Report 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Excel Report?
由 MS-YUN(@ms-yun)开发并维护,当前版本 v1.0.0。