Home Tutorials Categories Skills About
ZH EN JA KO
📊

Excel / XLSX

Spreadsheets Search & Productivity

Install Command

npx clawhub@latest install excel-xlsx

Installation Guide

1
Check Environment

Make sure Node.js 22+ and OpenClaw are installed. Run openclaw --version in your terminal to verify.

2
Run Installation

Run the install command above in your terminal. ClawHub will automatically download and install Excel / XLSX to the ~/.openclaw/skills/ directory.

3
Verify Installation

Run openclaw skills list to check your installed skills and confirm Excel / XLSX appears in the list.

4
Configure (Optional)

Follow the configuration instructions in the description below to add skill settings to ~/.config/openclaw/openclaw.json5.

Manual Installation: Copy the Skill folder to ~/.openclaw/skills/ or the skills/ directory in your project root. Make sure the folder contains a SKILL.md file.
Data Read/Write Formula Calculation Chart Generation

Detailed Description

The Excel / XLSX skill enables OpenClaw to process Excel spreadsheets, from data reading to complex data analysis and visualization.

Core Features

  • Data Read/Write: Read and write data in XLSX files, supporting multi-worksheet operations
  • Formula Calculation: Supports Excel formulas for mathematical operations, statistical analysis, and logical judgments
  • Data Analysis: Sort, filter, group, and summarize table data
  • Chart Generation: Automatically create bar charts, line charts, pie charts, and other visualizations from data

Configuration

{
  skills: {
    "excel-xlsx": {
      maxRows: 100000,           // Maximum rows to process
      defaultSheet: "Sheet1",
      autoFormat: true,          // Auto-format numbers and dates
      outputDir: "~/Documents"
    }
  }
}

Use Cases

  • Automatically analyze sales data and generate summary reports
  • Read customer lists from Excel for batch email sending
  • Compare data differences across multiple Excel files
  • Export database query results as formatted Excel files