xlsx
Create, edit, analyze, or convert Excel spreadsheets (.xlsx, .xlsm, .xltx) where the workbook file is the primary deliverable. Use for formulas, formatting, financial models, multi-sheet workbooks, and tabular cleanup exported to Excel. Also applies to .csv/.tsv when the user wants spreadsheet output. Do NOT use for Word documents, HTML reports, standalone Python scripts, database pipelines, or Google Sheets API work.
- Version
- 2.2
- License
- Proprietary. LICENSE.txt has complete terms
- Compatibility
- Requires Python 3.8+, LibreOffice (soffice on PATH), and gcc only when Unix sockets are restricted
Pinned to revision de66e10cd0c8, so it is the text this page describes rather than whatever the author pushed since.
Pre-approved tools experimental
Experimental field. Support varies between clients, so this list is what the author declared, not what your client will enforce.
- Read
- Write
- Edit
- Bash
- Grep
- Glob
Files
- skills/xlsx/SKILL.md
- skills/xlsx/LICENSE.txt
- skills/xlsx/scripts/office/helpers/__init__.py
- skills/xlsx/scripts/office/helpers/pptx_chart.py
- skills/xlsx/scripts/office/helpers/pptx_slide.py
- skills/xlsx/scripts/office/helpers/pptx_theme.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/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.