spreadsheet

Create and edit Excel-like workbooks with openpyxl and pandas.

2|1|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/Sacred-G/oh-my-claw --skill spreadsheet-sacred-g
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spreadsheet
Source: https://github.com/Sacred-G/oh-my-claw/tree/main/secure-openclaw/skills-main/skills/.curated/spreadsheet
Command: npx skills add https://github.com/Sacred-G/oh-my-claw --skill spreadsheet-sacred-g

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automates the manual burden of creating, editing, analyzing, and formatting spreadsheets.

Core Features & Use Cases

  • Formula-safe editing and formatting using openpyxl and pandas workflows.
  • Recalculation and rendering guidance to verify results before delivery.
  • Use Case: Build reproducible workbook templates, analyze data, and visualize trends while preserving formulas.

Quick Start

Create a basic two-sheet workbook with openpyxl, then save it to output/spreadsheet.

Frequently Asked Questions about spreadsheet

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

FAQPage Schema
How do I automate Excel data analysis and formatting while preserving formulas?

Automate Excel data analysis and formatting while preserving formulas by using openpyxl for workbook manipulation and pandas for data processing. This approach enables formula-safe editing, metric analysis, and visual checks across xlsx files without destroying existing cell logic.

Can I use pandas and openpyxl together to clean data and build workbook templates?

Yes, you can use pandas and openpyxl together to clean data and build workbook templates. Pandas handles the data analysis and cleaning operations, while openpyxl manages the workbook creation, formatting, and formula preservation, outputting finalized files to a stable directory.

What's the best way to edit xlsx files without breaking existing formulas?

The best way to edit xlsx files without breaking existing formulas is to apply formula-safe editing workflows using openpyxl. This method manipulates workbook structure and cell formatting while preserving the underlying formula logic, ensuring recalculation renders accurate results upon visual review.

Does openpyxl support creating reproducible workbook templates with multiple sheets?

Yes, openpyxl supports creating reproducible workbook templates with multiple sheets. You can programmatically build a basic two-sheet workbook, apply formatting, insert formulas, and save the output to a stable file path, ensuring consistent template generation for recurring reporting tasks.

How do I verify spreadsheet recalculation results before delivering the file?

Verify spreadsheet recalculation results before delivery by following rendering guidance to visually check the output workbook. This process ensures formulas compute correctly and formatting displays as intended across the generated xlsx files prior to final distribution.

Why does my spreadsheet output lose formatting when analyzing CSV data?

Spreadsheet output loses formatting when CSV data lacks workbook structure, because CSV files store raw text without cell styling or formula metadata. Convert the CSV data into an xlsx workbook using openpyxl to apply and preserve visual formatting and formulas.