xlsx
Use this skill any time a spreadsheet file is the primary input or output. This means any task where the user wants to: open, read, edit, or fix an existing .xlsx, .xlsm, .csv, or .tsv file (e.g., adding columns, computing formulas, formatting, charting, cleaning messy data); create a new spreadsheet from scratch or from other data sources; or convert between tabular file formats. Trigger especially when the user references a spreadsheet file by name or path — even casually (like "the xlsx in my downloads") — and wants something done to it or produced from it. Also trigger for cleaning or restructuring messy tabular data files (malformed rows, misplaced headers, junk data) into proper spreadsheets. The deliverable must be a spreadsheet file. Do NOT trigger when the primary deliverable is a Word document, HTML report, standalone Python script, database pipeline, or Google Sheets API integration, even if tabular data is involved.
- License
- Proprietary. LICENSE.txt has complete terms
Pinned to revision c593703119f8, so it is the text this page describes rather than whatever the author pushed since.
Files
- skills/xlsx/SKILL.md
- skills/xlsx/LICENSE.txt
- skills/xlsx/scripts/office/helpers/__init__.py
- skills/xlsx/scripts/office/helpers/merge_runs.py
- skills/xlsx/scripts/office/helpers/simplify_redlines.py
- skills/xlsx/scripts/office/pack.py
- skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chart.xsd
- skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd
- skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd
- skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd
- skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-main.xsd
- skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-picture.xsd
- skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd
- skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd
- skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/pml.xsd
- skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd
- skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd
- skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd
- skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd
- skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd
- skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd
- skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd
- skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd
- skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-math.xsd
- skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd
- skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/sml.xsd
- skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-main.xsd
- skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd
- skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd
- skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd
- skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd
- skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/wml.xsd
- skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/xml.xsd
- skills/xlsx/scripts/office/schemas/ecma/fouth-edition/opc-contentTypes.xsd
- skills/xlsx/scripts/office/schemas/ecma/fouth-edition/opc-coreProperties.xsd
- skills/xlsx/scripts/office/schemas/ecma/fouth-edition/opc-digSig.xsd
- skills/xlsx/scripts/office/schemas/ecma/fouth-edition/opc-relationships.xsd
- skills/xlsx/scripts/office/schemas/mce/mc.xsd
- skills/xlsx/scripts/office/schemas/microsoft/wml-2010.xsd
- skills/xlsx/scripts/office/schemas/microsoft/wml-2012.xsd
- skills/xlsx/scripts/office/schemas/microsoft/wml-2018.xsd
- skills/xlsx/scripts/office/schemas/microsoft/wml-cex-2018.xsd
- skills/xlsx/scripts/office/schemas/microsoft/wml-cid-2016.xsd
- skills/xlsx/scripts/office/schemas/microsoft/wml-sdtdatahash-2020.xsd
- skills/xlsx/scripts/office/schemas/microsoft/wml-symex-2015.xsd
- skills/xlsx/scripts/office/soffice.py
- skills/xlsx/scripts/office/unpack.py
- skills/xlsx/scripts/office/validate.py
- skills/xlsx/scripts/office/validators/__init__.py
- skills/xlsx/scripts/office/validators/base.py
- skills/xlsx/scripts/office/validators/docx.py
- skills/xlsx/scripts/office/validators/pptx.py
- skills/xlsx/scripts/office/validators/redlining.py
- skills/xlsx/scripts/recalc.py
Every link opens the file at its source, pinned to the revision this page describes.