LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

xlsx-modeling - Programmatic Excel Spreadsheet Modeling with openpyxl

Creates Excel spreadsheets programmatically using openpyxl, supporting worksheets, data, formulas, charts, formatting, and named ranges.

Tags

Updated: 2026-09-20

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Write cell data and Excel formulas
  • Create and reference named ranges
  • Apply cell formatting and styles
  • Generate and configure Excel charts
  • Set freeze panes and autofilters
  • Manage worksheets and sheet order
  • Stream write large Excel files
  • Add conditional formatting rules
  • Set data validation dropdown lists
  • Protect worksheets with passwords

Inputs

  • Python data structures
  • Existing Excel files

Outputs

  • Excel files (.xlsx)
  • In-memory Excel binary streams

Requirements

  • Python environment
  • openpyxl library

Source

  • Spec: SKILL.md
excel
openpyxl
spreadsheet
python
Write cell data and Excel formulas
Create and reference named ranges
Apply cell formatting and styles
Generate and configure Excel charts
Python data structures
Existing Excel files
Excel files (.xlsx)
In-memory Excel binary streams