BeClaude

document-skills-xlsx

35.8kCommunity RegistryDocumentationby ComposioHQ

Skills for working with Excel spreadsheets including creation, editing, formulas, and data manipulation.

First seen 4/17/2026

Summary

This skill enables Claude Code to create, read, and modify Excel spreadsheets, including adding data, applying formulas, and formatting cells.

  • It is useful for developers who need to automate spreadsheet generation, manipulate tabular data, or extract insights from Excel files without leaving the command line.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/document-skills-xlsx.md https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/main/SKILL.md
3
Invoke in Claude Code
/document-skills-xlsx

Use Cases

Generate a new Excel file with headers and sample data for a project report.
Apply formulas like SUM and AVERAGE to a range of cells in an existing spreadsheet.
Read data from an Excel file and output it as JSON for further processing.
Update specific cells or rows in a spreadsheet based on user input.
Format a spreadsheet with bold headers, column widths, and conditional formatting.
Merge multiple Excel files into a single workbook with separate sheets.

Usage Examples

1

/document-skills-xlsx create sales_report.xlsx with columns Date, Product, Revenue and add 5 rows of sample data

2

Read the file data.xlsx and show me the first 10 rows as a table

3

/document-skills-xlsx update budget.xlsx set cell B2 to 1500 and apply SUM formula to column B

View source on GitHub
documentation

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is document-skills-xlsx?

This skill enables Claude Code to create, read, and modify Excel spreadsheets, including adding data, applying formulas, and formatting cells. It is useful for developers who need to automate spreadsheet generation, manipulate tabular data, or extract insights from Excel files without leaving the command line.

How to install document-skills-xlsx?

To install document-skills-xlsx: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/document-skills-xlsx.md https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/main/SKILL.md. Finally, /document-skills-xlsx in Claude Code.

What is document-skills-xlsx best for?

document-skills-xlsx is a skill categorized under Documentation. It is designed for: documentation. Created by ComposioHQ.

What can I use document-skills-xlsx for?

document-skills-xlsx is useful for: Generate a new Excel file with headers and sample data for a project report.; Apply formulas like SUM and AVERAGE to a range of cells in an existing spreadsheet.; Read data from an Excel file and output it as JSON for further processing.; Update specific cells or rows in a spreadsheet based on user input.; Format a spreadsheet with bold headers, column widths, and conditional formatting.; Merge multiple Excel files into a single workbook with separate sheets..