What problem does it solve?
This Skill automates the creation, validation, and refinement of complex Excel spreadsheets, transforming raw data into professional, error-free deliverables.
Core Features & Use Cases
- Workbook Construction: Build XLSX/XLSM/CSV files with data wrangling, styling, and formulas using Python (openpyxl + pandas).
- Formula Recalculation & Auditing: Ensure all formulas are computed correctly and identify errors using LibreOffice headless mode and the MiniMaxXlsx CLI.
- Advanced Features: Generate PivotTables, charts, and perform structural validation for MS Excel compatibility.
- Use Case: You have a dataset of quarterly sales figures and need to generate a report with a summary table, a pivot table for regional analysis, and a line chart showing revenue trends. This Skill can automate the entire process from data loading to final validation.
Quick Start
Use the minimax-xlsx skill to create an Excel file named 'sales_report.xlsx' with sales data from the provided CSV file 'sales_data.csv'.