What problem does it solve?
This Skill streamlines the creation, modification, and analysis of spreadsheet files, automating complex data manipulation and ensuring formula integrity.
Core Features & Use Cases
- Spreadsheet Creation & Editing: Generate new
.xlsx files or modify existing ones with data, formulas, and formatting using Python.
- Data Analysis: Leverage pandas for powerful data manipulation and analysis directly from Excel files.
- Formula Recalculation & Verification: Ensure all formulas are correctly calculated and error-free using LibreOffice via a dedicated script.
- Use Case: Automatically generate a monthly sales report by pulling data from multiple sources, applying financial formulas, formatting it according to industry standards, and verifying all calculations.
Quick Start
Use the xlsx skill to create a new spreadsheet named 'sales_report.xlsx' with columns for 'Date', 'Revenue', and 'Profit', and add a formula to calculate profit as revenue minus cost.