Xlsx
Xlsx handles spreadsheet operations end-to-end: create new files with formulas and styling, read and analyze data using pandas, or modify existing files while preserving templates and calculations. The skill enforces zero formula errors and includes tools for data preview and formula recalculation.
Xlsx lets you read, create, edit, and analyze Excel files programmatically with formula support.
AI-generated summary based on this skill's SKILL.md
Install
Wide-Moat/open-computer-use/xlsx · repository language: Python
git clone https://github.com/Wide-Moat/open-computer-use
cp -r open-computer-use ~/.claude/skills/xlsxgenerated, unverified - the skill's exact subdirectory could not be determined; check the repository on GitHub
Frequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
What can Xlsx do with Excel spreadsheet files?
Xlsx handles spreadsheet operations end-to-end: create new files with formulas and styling, read and analyze data using pandas, or modify existing files while preserving templates and calculations. The skill enforces zero formula errors and includes tools for data preview and formula recalculation.
Can I read and write XLSX files programmatically with Xlsx?
Yes. Xlsx supports reading and writing XLSX files programmatically as its primary capabilities. You can parse existing spreadsheets for data extraction and analysis, or create new XLSX files from data with formulas and styling applied. The skill preserves templates and calculations when modifying files.
How does Xlsx handle excel file operations and manipulation?
Xlsx automates Excel file operations through end-to-end spreadsheet manipulation. It lets you create files with formulas and styling, read data using pandas integration, modify existing files while maintaining templates, and recalculate formulas. The skill enforces zero formula errors throughout all operations.
Can Xlsx convert XLSX files to other formats?
Xlsx supports converting XLSX files to other formats as part of its spreadsheet processing toolkit. Combined with its core read and write capabilities, this enables flexible data transformation workflows for moving spreadsheet data between different file types.
What tools does Xlsx provide for data preview and analysis?
Xlsx includes tools for data preview and formula recalculation to support spreadsheet analysis. When reading files, you can leverage pandas integration for data analysis, and the skill provides preview capabilities to inspect spreadsheet contents before processing or converting them.