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 reporting team wants a Python automation script that creates and populates a structured Excel Table (the native Excel table feature, not just a range of cells) in a new workbook. They want the table to be properly configured and contain some sample data so it can be used as a template for future reports.
The script should:
Region, Product, Units, Revenue)East, Widget, 100, 5000)SalesDataThe script runs as a standalone command-line tool.
Produce a single Python script named table_builder.py. The script should save the workbook to a placeholder path such as r"C:\reports\sales_template.xlsx". Require only pywin32 and the Python standard library.