What problem does it solve?
Managing Excel workbooks often leads to format loss, broken formulas, and inconsistent styling when files are edited programmatically. This Skill eliminates those issues by handling spreadsheets directly through the Office Open XML format, preserving every detail while automating read, edit, creation, and validation tasks.
Core Features & Use Cases
READ – Analyze existing data with pandas without altering the source file.
CREATE – Build new workbooks from a minimal XML template, ensuring all calculated cells are real Excel formulas.
EDIT – Modify cells, add columns, insert rows, or repair formulas using XML unpack‑edit‑pack flow, maintaining original sheets and styles.
VALIDATE – Run static formula checks and optional LibreOffice recalculation to catch errors before delivery.
Use case: A financial analyst can update a quarterly budget workbook, insert new expense rows, and automatically recalculate totals while keeping the original formatting intact.
Quick Start
Ask the xlsx skill to generate a new budget workbook named 'FY2025_Budget.xlsx' with calculated totals.