xlsx

Create, mutate, and validate native Excel .xlsx workbooks with local-file outputs.

4|1|Updated May 8, 2026
One-click install
npx skills add https://github.com/IceWhaleTech/ZimaOS-Blue-temp --skill xlsx-icewhaletech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xlsx
Source: https://github.com/IceWhaleTech/ZimaOS-Blue-temp/tree/main/server/internal/skill/embedded/skills/xlsx
Command: npx skills add https://github.com/IceWhaleTech/ZimaOS-Blue-temp --skill xlsx-icewhaletech

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the creation, mutation, and validation of native Excel workbooks (.xlsx), reducing manual spreadsheet editing and data drift.

Core Features & Use Cases

  • Create new workbooks with initial sheets and data from structured inputs.
  • Append rows and update cells to mutate the workbook as data evolves.
  • Compare sheets and validate workbook integrity to ensure consistency across versions.
  • Use case: generate a Scorecard workbook with a Scorecard sheet and a few metrics for reporting.

Quick Start

Create a new workbook at reports/scorecard.xlsx with a Scorecard sheet and initial rows.

Frequently Asked Questions about xlsx

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

FAQPage Schema
How do I automate Excel workbook creation and data entry?

You can automate Excel workbook creation by using structured inputs to generate native .xlsx files with initial sheets and rows, eliminating manual data entry and reducing data drift.

Can I append rows and update cells in an existing xlsx file?

Yes, you can append rows and update cells to mutate an existing xlsx workbook as your data evolves, ensuring your local spreadsheet files remain current without manual editing.

What is the best way to compare sheets and validate workbook integrity?

Comparing sheets validates workbook integrity by identifying discrepancies across versions. This ensures consistency and accuracy when managing data across multiple Excel sheets.

Does this xlsx automation tool require any external spreadsheet libraries?

No external spreadsheet libraries are required. The tool operates independently with no dependencies, allowing you to create, mutate, and validate local Excel files deterministically.

How do I generate a scorecard workbook for reporting?

To generate a scorecard workbook, you create a new .xlsx file at a specified local path, define a Scorecard sheet, and populate it with initial rows containing your reporting metrics.

Can I use spreadsheet automation for local file outputs only?

Yes, this spreadsheet automation processes local files exclusively. It outputs deterministic .xlsx workbooks directly to your local filesystem without requiring cloud storage or external API connections.