What problem does it solve?
This skill automates the creation, editing, and analysis of spreadsheet files, eliminating manual data manipulation and complex formula creation.
Core Features & Use Cases
- Data Analysis: Use pandas for powerful data manipulation, analysis, and visualization of Excel data.
- Formula Creation & Formatting: Leverage openpyxl for complex formatting, formula implementation, and cell manipulation.
- Formula Recalculation & Error Checking: Ensure accuracy and integrity with LibreOffice-driven formula recalculation and error detection via
scripts/recalc.py.
- Use Case: Automatically generate a financial projection model in Excel, complete with industry-standard formatting, formulas, and error checks, based on provided assumptions.
Quick Start
Use the xlsx skill to read the data from the attached file 'sales_data.xlsx' and display the first five rows.