What problem does it solve?
This Skill empowers users to create, edit, and analyze complex spreadsheet files (.xlsx, .xlsm, .csv, .tsv) with advanced features like formulas, formatting, and data analysis, eliminating manual spreadsheet drudgery.
Core Features & Use Cases
- Spreadsheet Creation & Editing: Generate new spreadsheets or modify existing ones, preserving formulas and formatting.
- Data Analysis & Visualization: Leverage pandas for in-depth data manipulation and analysis directly within spreadsheet contexts.
- Formula Recalculation & Error Checking: Ensure formula integrity and accuracy using LibreOffice integration via
recalc.py.
- Use Case: Automatically generate a financial projection model in Excel, including complex formulas and specific formatting, then use the
recalc.py script to verify all calculations and identify any potential errors before delivery.
Quick Start
Use the xlsx skill to create a new Excel file named 'sales_report.xlsx' with columns for 'Date', 'Product', and 'Revenue', and add a formula in cell D2 to sum the 'Revenue' column.