xlsx

Automate creation, editing, and analysis of Excel workbooks using openpyxl and pandas.

Updated Apr 20, 2026
One-click install
npx skills add https://github.com/TsuneariKuroiwa/nurture-first-agent --skill xlsx-tsunearikuroiwa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xlsx
Source: https://github.com/TsuneariKuroiwa/nurture-first-agent/tree/main/.claude/skills/xlsx
Command: npx skills add https://github.com/TsuneariKuroiwa/nurture-first-agent --skill xlsx-tsunearikuroiwa

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Excelファイルの作成・編集・分析に伴う手作業を自動化して、時間を節約し一貫性を確保します。

Core Features & Use Cases

  • データの読込・書込みとフォーマット保持: セル書式・フォント・境界線を崩さず.xlsxファイルを操作します。
  • 数式適用とデータ分析: Excel数式の活用とデータ分析を統合し、分析レポートの作成を容易にします。
  • Use Case: 複数シートの予算レポートを統合して出力.xlsx にまとめ、配布可能な形式で保存します。

Quick Start

Load source data, apply formatting and formulas, and save the final workbook as output.xlsx.

Frequently Asked Questions about xlsx

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

FAQPage Schema
How do I automate Excel spreadsheet creation and editing without breaking existing formatting?

Automating Excel spreadsheet creation and editing preserves cell styles, fonts, and borders by using openpyxl to manipulate .xlsx files directly. This ensures templates remain intact while applying data updates, formulas, and formatting programmatically.

Can I use pandas and openpyxl to integrate data analysis into an Excel report?

You can integrate data analysis into an Excel report by processing source data with pandas and writing the results into .xlsx files with openpyxl. This combination allows you to apply Excel formulas and generate formatted analysis reports automatically.

What is the best way to consolidate multiple Excel budget sheets into a single output.xlsx file?

Consolidating multiple Excel budget sheets into a single output.xlsx file involves reading data from each source sheet with pandas, merging the datasets, and writing the combined report using openpyxl to retain formatting and distribute a finalized workbook.

Does automating .xlsx workflows with Python require manually reapplying formulas and charts?

Automating .xlsx workflows with Python does not require manually reapplying formulas and charts. The process injects Excel formulas and generates charts programmatically during the workbook creation, ensuring dynamic calculations and visualizations are embedded in the output file.

Are there limitations when using openpyxl for Excel data cleaning and reporting tasks?

A limitation of using openpyxl for Excel data cleaning and reporting is that it primarily targets .xlsx formats and may not fully support advanced legacy Excel features or highly complex macro-enabled workbooks without additional Python libraries.