xlsx

Create, edit, and analyze Excel-compatible spreadsheets with formula recalculation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires openpyxl, pandas.

What problem does it solve?

This Skill reduces the manual toil of creating, editing, and analyzing spreadsheets by enabling programmatic workbook generation, data inspection, and formula-driven recalculation across Excel-compatible formats (.xlsx, .xlsm, .csv, .tsv). It preserves existing templates and formulas while allowing structured data manipulation and visualization, enabling consistent results at scale.

Core Features & Use Cases

  • Spreadsheet creation & formatting: Generate new workbooks with formulas, styling, and data tables from structured inputs.
  • Data analysis & validation: Read, summarize, and validate data to support decision-making and reporting.
  • Template preservation & updates: Update existing templates while preserving core conventions and formulas.
  • Recalculation workflow: Recalculate all formulas via a LibreOffice-backed process to ensure up-to-date results.

Quick Start

Use the xlsx skill to create a new workbook with a simple data table and then run the recalc.py script to refresh all formulas.

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 formula recalculation?

Automate Excel spreadsheet creation and formula recalculation by generating workbooks programmatically with structured data and formulas, then running a LibreOffice-backed process to refresh all calculated values for reporting workflows.

Can I update an existing Excel template without breaking formulas?

You can update existing Excel templates while preserving core conventions and formulas. The process targets template-preserving updates by injecting structured data into established workbooks without destroying the original layout or logic.

Does this spreadsheet automation approach work with pandas and openpyxl?

Yes, this spreadsheet automation approach uses pandas and openpyxl as dependencies, enabling structured data manipulation, workbook generation, and data inspection across Excel-compatible formats like xlsx, xlsm, csv, and tsv.

What is the best way to validate and summarize data in an xlsx file?

The best way to validate and summarize data in an xlsx file is using programmatic workbook generation and data inspection tools to read, validate, and summarize structured inputs for decision-making and consistent reporting.

How do I ensure deterministic formulas and reproducible outputs in Excel?

Ensure deterministic formulas and reproducible outputs in Excel by generating workbooks programmatically and executing a LibreOffice-backed recalculation workflow, which guarantees consistent results at scale across multiple formats.

What file formats are supported for programmatic workbook generation?

Supported file formats for programmatic workbook generation include Excel-compatible formats such as xlsx, xlsm, csv, and tsv, allowing flexible data manipulation, template preservation, and basic visualization for reporting workflows.