A curated collection of Agent Skills for working with PYXLL, to help AI agents write and understand code using the PyXLL Excel add-in.
99
90%
Does it follow best practices?
Impact
100%
1.56xAverage score across 17 eval scenarios
Advisory
Suggest reviewing before use
The finance team produces a monthly summary report as an Excel workbook and needs consistent, professional formatting applied automatically before it is distributed to stakeholders. The report has a fixed layout: row 1 is a title merged across all columns, rows 2–3 contain column headers, and rows 4 onward contain data.
A Python script needs to open an existing workbook, apply the following formatting, and save it:
0x4472C4)0xFFFFFF).xls binary format)The team uses the script on multiple machines running different Excel versions, and they have had bugs in the past when integer constants were hard-coded and produced unexpected behaviour after an Office update. Write the script so it is robust to version differences.
Produce a standalone Python script named format_report.py. Use a placeholder workbook path such as r"C:\reports\monthly.xlsx". The script should require only pywin32 and the Python standard library.