@ivangdavila

Excel

Native OpenClaw Excel plugin for local XLSX inspection and row editing

当前版本
v0.1.0
code-plugin社区source-linked

Excel Plugin

Native OpenClaw plugin that adds local .xlsx workbook tools with:

  • workbook sheet inspection and basic sheet metadata
  • row-based reads from a selected sheet with pagination
  • sheet replacement from structured JSON rows
  • row appends that preserve existing workbook sheets

Install

npm install
npm run build
openclaw plugins install .
openclaw plugins enable excel
openclaw gateway restart

Config

{
  plugins: {
    entries: {
      excel: {
        enabled: true,
        config: {
          defaultDirectory: "~/Documents",
          maxRows: 500,
        },
      },
    },
  },
}

defaultDirectory is optional and only affects relative paths. maxRows defaults to 500.

Tools

  • excel_list_sheets
  • excel_read_sheet
  • excel_replace_sheet
  • excel_append_rows

Usage

After enabling excel, ask for things like:

  • List the sheets in ~/Documents/report.xlsx.
  • Read the first 50 rows from the Pipeline sheet.
  • Replace the Summary sheet in report.xlsx with these rows.
  • Append these new leads to the Leads sheet.

The plugin works on local .xlsx files and returns structured row data in the tool details.

源码与版本

源码仓库

clawic/plugins

打开仓库

源码提交

e480449

查看提交

安装命令

openclaw plugins install clawhub:excel

元数据

  • 包名: excel
  • 创建时间: 2026/03/29
  • 更新时间: 2026/03/29
  • 执行代码:
  • 源码标签: main

兼容性

  • 构建于 OpenClaw: 2026.3.23-2
  • 插件 API 范围: >=2026.3.23
  • 标签: latest
  • 文件数: 10