XLSX

Excel (XLSX) Skill

harrycain72 866c500 812 B Updated

File contents

Excel (XLSX) Skill

Process and analyze Excel spreadsheet files.

Usage

Use this skill when you need to:

  • Read data from Excel files
  • Analyze spreadsheet data
  • Extract specific cells, rows, or columns

Tools Available

  • Read - Read Excel files
  • Bash - Use Python scripts or CLI tools for advanced processing

Examples

Read an Excel file

Read the spreadsheet /path/to/data.xlsx and show me the first 10 rows.

Analyze data

Calculate the sum of column B in /path/to/sales.xlsx.

Extract specific data

Get all values from the "Revenue" column in sheet "2024" from /path/to/report.xlsx.

Notes

  • Supports both .xlsx and .xls formats
  • Can handle multiple sheets
  • Large files may be processed in chunks

harrycain72/skilled-chatbot/tree/main/skills/xlsx commit 866c5001a5

Frequently asked questions

npx skillmds@latest add harrycain72/xlsx