kimi-xlsx

Create, format, and validate multi-sheet Excel workbooks with formulas and charts.

221|54|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/thvroyal/kimi-skills --skill kimi-xlsx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kimi-xlsx
Source: https://github.com/thvroyal/kimi-skills/tree/main/skills/kimi-xlsx
Command: npx skills add https://github.com/thvroyal/kimi-skills --skill kimi-xlsx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the tedious manual work of creating, formatting, and maintaining complex Excel workbooks, reducing errors and ensuring consistent financial formatting and calculations across reports.

Core Features & Use Cases

  • Formula deployment & automatic recalculation: Apply and maintain formulas across multiple sheets to ensure accurate results as data changes.
  • Complex formatting & currency handling: Enforce consistent styles and currency formats for financial tasks across large workbooks.
  • Data visualization & lightweight analytics: Generate charts and tables to enable quick insights from datasets, with Pandas-powered data processing when needed.
  • Post-processing & validation workflow: Validate OpenXML structure and recalculate results to guarantee workbook integrity before delivery.

Quick Start

Instruct the AI to generate an Excel workbook from a dataset by creating columns (Date, Category, Amount, Quantity), computing a Total as Amount*Quantity, applying currency formatting to Total, and including a basic bar chart showing Total by Category. The AI should ensure formulas recalculate when data changes and prepare the file for per-sheet validation before delivery.

Frequently Asked Questions about kimi-xlsx

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

FAQPage Schema
How do I automate Excel workbook creation with formulas and currency formatting?

Automate Excel workbook creation by using Python libraries to deploy formulas, apply consistent currency formatting, and structure multi-sheet workbooks automatically. This eliminates manual formatting work and ensures accurate financial calculations across generated spreadsheets.

Can I generate Excel charts and visualizations from a dataset using pandas?

Generate Excel charts and visualizations from datasets using pandas-powered data processing and openpyxl. This Skill creates basic charts like bar graphs showing summarized data, enabling quick visual insights directly within the generated Excel workbook.

Does openpyxl support automatic formula recalculation across multiple sheets?

openpyxl supports automatic formula recalculation across multiple sheets by deploying formulas that update results as data changes. This ensures workbook integrity and accurate computations across interconnected sheets during post-processing validation.

What is the best way to validate OpenXML structure in Excel files before delivery?

Validate OpenXML structure in Excel files through a dedicated post-processing workflow that recalculates results and checks workbook integrity. This validation guarantees that generated spreadsheets are structurally sound and accurate before final delivery.

How do I apply complex formatting and styles to financial reports in xlsx files?

Apply complex formatting and styles to financial reports in xlsx files by programmatically enforcing consistent currency formats and styles across large workbooks. This standardizes the visual presentation of financial data and reduces manual styling errors.