What problem does it solve?
This Skill empowers users to create, edit, and analyze spreadsheet files (.xlsx, .csv, .tsv) with unparalleled ease, automating complex data manipulation, formula creation, and formatting tasks.
Core Features & Use Cases
- Dynamic Formula Generation: Automatically create Excel formulas instead of hardcoding values, ensuring dynamic and updateable spreadsheets.
- Data Analysis & Manipulation: Leverage pandas for data analysis and openpyxl for formatting and formula management.
- Error Prevention & Correction: Utilizes LibreOffice via
scripts/recalc.py to ensure zero formula errors and provides detailed error reporting.
- Use Case: Transform messy, tabular data scraped from the web into a clean, professional Excel report with correct formulas and formatting, ready for financial modeling or data presentation.
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 sample data.