What problem does it solve?
This Skill automates the creation, editing, and analysis of spreadsheet files (.xlsx, .csv, .tsv), freeing you from manual data manipulation and complex formula management.
Core Features & Use Cases
- Spreadsheet Creation: Generate new spreadsheets with formulas and formatting.
- Data Analysis: Read, analyze, and visualize data using powerful libraries like pandas.
- Formula Management: Ensure formulas are correctly written, preserve existing ones, and recalculate them reliably.
- Use Case: You need to analyze sales data from a CSV file, calculate growth percentages, and present the findings in a formatted Excel report, all while ensuring all calculations are dynamic.
Quick Start
Create an Excel file named 'sales_report.xlsx' with columns 'Date', 'Sales', and 'Profit'. Add a formula in cell C2 to calculate profit as Sales * 0.15.