What problem does it solve? Working with Excel files programmatically is error-prone: openpyxl never calculates formulas, plain row inserts break references, and charts get dropped on save. This Skill provides tested CLI scripts that handle workbook creation, reading, editing, reference-aware restructuring, and CSV conversion with these pitfalls already addressed. ## Core Features & Use Cases - Workbook creation from JSON specs: Build multi-sheet workbooks with styling, number formats, merged cells, freeze panes, autofilters, conditional formatting, charts, data-validation dropdowns, native Excel tables, defined names, hyperlinks, and cell notes. - Inspection and editing: Dump sheets as JSON or CSV, list formulas with cached values, set cells, append rows, manage tables and defined names, and recalculate formulas headlessly via LibreOffice. - Reference-aware restructuring: Insert or delete rows and columns while automatically rewriting formula references, merges, tables, and defined names across all sheets. - Use Case: Generate a styled quarterly sales report with formulas and a bar chart from a JSON spec, then recalculate it headlessly and export a sheet to CSV for distribution. ## Quick Start Use the xlsx skill to create a workbook from my JSON spec and then show me the sheet inventory of the resulting file.