XLSX Processor

Route and manipulate spreadsheet data across local xlsx/xlsm/csv/tsv files and Feishu Sheets.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/rocky2431/hiveclaw --skill xlsx-processor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: XLSX Processor
Source: https://github.com/rocky2431/hiveclaw/tree/main/backend/app/templates/skills/xlsx-processor
Command: npx skills add https://github.com/rocky2431/hiveclaw --skill xlsx-processor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill automates routine spreadsheet tasks by routing, reading, and editing Excel/CSV workbooks and Feishu Sheets, reducing manual data handling and errors.

Core Features & Use Cases

  • Routing and execution of deterministic tool chains for local spreadsheets (xlsx/xlsm) and Feishu Sheets, including reading, transforming, and exporting results.
  • Workbook creation and edits (adding columns, formulas, data validation) with minimal scripting.
  • Feishu Sheets integration for reading and syncing content between sources.

Quick Start

Provide a local workbook path or Feishu Sheets URL and the requested transformation, and I will read, process, and save the updated workbook to your specified output path.

Frequently Asked Questions about XLSX Processor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate spreadsheet data routing and edits for local xlsx files?

Automating spreadsheet data routing processes local xlsx/xlsm files by applying deterministic tool selection to read, transform, and save workbooks to explicit output paths.

Can I read and sync content from Feishu Sheets into a local workbook?

Reading and syncing content from Feishu Sheets is supported through integration features that fetch remote sheet data and route it into local workbook workflows.

What spreadsheet formats does openpyxl-based automation support for data analysis?

Openpyxl-based data analysis automation supports reading and manipulating local xlsx, xlsm, csv, and tsv files, alongside fetching content from Feishu Sheets.

How to add formulas and data validation to an existing workbook safely?

Adding formulas and data validation to a workbook requires narrowly scoped edits that update structures safely, ensuring deterministic outputs are saved to a specified file path.

Does spreadsheet automation work without installing external dependencies?

Spreadsheet automation operates without external dependencies, using internal scripts and references to execute workbook transformations and routing deterministically.

What is the best way to ensure deterministic tool selection when transforming spreadsheet data?

Ensuring deterministic tool selection when transforming spreadsheet data involves routing tasks through explicit input and output paths to guarantee safe, file-based processing results.