What problem does it solve?
This Skill empowers users to create, edit, and analyze spreadsheet data with advanced formula support, formatting, and data analysis capabilities, eliminating manual calculation errors and ensuring data integrity.
Core Features & Use Cases
- Spreadsheet Creation & Editing: Generate new
.xlsx files or modify existing ones, including adding data, formulas, and complex formatting.
- Formula Recalculation & Error Checking: Utilizes LibreOffice via
recalc.py to ensure all formulas are correctly calculated and to identify and report errors like #REF!, #DIV/0!, etc.
- Data Analysis: Leverages the
pandas library for powerful data manipulation, analysis, and visualization directly from Excel files.
- Use Case: Automatically generate a financial projection spreadsheet, populate it with formulas, ensure all calculations are correct, and then analyze the projected revenue trends using pandas.
Quick Start
Use the xlsx skill to create a new spreadsheet named 'sales_report.xlsx' with columns for 'Date', 'Product', and 'Revenue', and add a formula in the 'Total Revenue' cell to sum the 'Revenue' column.