xlsx-financial-report
Installation
SKILL.md
Editorial Financial Report (.xlsx)
You will generate one .xlsx file via openpyxl by writing a Python
program and running it through the execute_python_code tool. Save to
the workspace, then report the path + a 1-line content summary.
π¦ Required runtime packages
The sandboxed execute_python_code ships with pandas, numpy,
matplotlib, and openpyxl>=3.1.0 preinstalled β no extra
installation step is needed. Just import openpyxl at the top of
your script and proceed.
Note:
execute_python_codeaccepts onlycodeandcapture_outputarguments; there is nopackagesparameter. All required libraries are already available in the sandbox image.