What problem does it solve?
The xlsx skill ensures any request that mentions a spreadsheet file is answered with spreadsheet-only deliverables, preserving templates, enforcing professional fonts, and eliminating formula or formatting errors.
Core Features & Use Cases
- Spreadsheet-first trigger: Activates whenever .xlsx, .xlsm, .csv, or .tsv files are referenced so that non-spreadsheet outputs are never returned.
- Formula and template discipline: Requires Excel formulas instead of hardcoded values, matches existing formatting conventions, and documents assumptions next to any necessary hardcoded inputs.
- LibreOffice-backed recalculations: Uses scripts/recalc.py with LibreOffice to recalculate every workbook and catch #REF!, #DIV/0!, and other formula errors before delivery.
- Use Case: Take messy tabular data from downloads, clean the rows and headers, apply industry-standard formatting, and convert the sequence into a final Excel workbook ready for analysis or charting.
Quick Start
Ask the assistant to open the referenced spreadsheet file, perform the requested transformations, and keep the result as a formatted Excel workbook.