What problem does it solve?
This Skill streamlines the creation, editing, and analysis of spreadsheet files, eliminating manual data manipulation and complex formula creation.
Core Features & Use Cases
- Data Analysis & Manipulation: Use pandas for powerful data analysis, visualization, and bulk operations on Excel files.
- Formula & Formatting: Employ openpyxl for complex formatting, formula insertion, and Excel-specific features.
- Formula Recalculation & Verification: Ensure formula accuracy and integrity using the
scripts/recalc.py tool, which integrates with LibreOffice.
- Use Case: Automatically generate a financial projection spreadsheet from raw data, including complex formulas, industry-standard color coding, and number formatting, ensuring zero formula errors.
Quick Start
Use the xlsx skill to create a new Excel file named 'sales_report.xlsx' with columns 'Date', 'Product', and 'Revenue', and populate it with the provided sales data.