spreadsheet

Create and update spreadsheet files while preserving formulas, formatting, and workbook structure.

Updated Apr 1, 2026
One-click install
npx skills add https://github.com/jaimedhenriques/finsyt --skill spreadsheet-jaimedhenriques
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spreadsheet
Source: https://github.com/jaimedhenriques/finsyt/tree/main/artifacts/platform/.agents/skills/spreadsheet
Command: npx skills add https://github.com/jaimedhenriques/finsyt --skill spreadsheet-jaimedhenriques

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill removes the friction of working with spreadsheets by helping you create, inspect, update, and format workbook data without breaking formulas, references, or presentation.

Core Features & Use Cases

  • Build new workbooks with structured layouts, formulas, styling, and charts.
  • Analyze tabular data from spreadsheet files, including filtering, grouping, pivot-style summaries, and metric calculations.
  • Safely edit existing spreadsheets while preserving formulas, cached values, formatting, and workbook structure.
  • Handle finance-oriented models and reporting files with careful formatting, readable outputs, and source-aware conventions.

Quick Start

Use the spreadsheet skill to update the attached workbook and preserve its formulas, formatting, and calculated values.

Frequently Asked Questions about spreadsheet

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

FAQPage Schema
How do I edit Excel spreadsheets without breaking existing formulas?

To edit Excel spreadsheets without breaking formulas, you need a formula-aware handler that preserves cached values, cell references, and workbook structure during updates. This skill uses openpyxl to safely modify files while keeping formulas and formatting intact.

What is the best way to analyze tabular data from CSV and TSV files?

Analyzing tabular data from CSV and TSV files is best handled with pandas, which enables filtering, grouping, and pivot-style summaries. This skill processes CSV and TSV inputs to calculate metrics and generate structured analytical outputs.

Does openpyxl support creating Excel workbooks with charts and styling?

Yes, openpyxl supports creating Excel workbooks with charts, formulas, and styling. This skill leverages openpyxl to build new workbooks featuring structured layouts, visual formatting, and embedded charts for finance-style reporting.

Can I update finance reporting workbooks while preserving their formatting?

You can update finance reporting workbooks while preserving formatting by using source-aware editing tools. This skill carefully modifies financial models and reporting files, ensuring readable outputs and maintaining original presentation conventions.

Do I need pandas and openpyxl to process spreadsheet files?

Yes, you need pandas and openpyxl to process spreadsheet files with this skill. Pandas handles tabular analysis and CSV processing, while openpyxl manages workbook creation, formula-aware handling, and visual formatting.

Why do my spreadsheet formulas stop working when I update workbook data?

Spreadsheet formulas stop working when updates overwrite formula cells with static values or break references. This skill prevents this by using formula-aware recalculation and structure preservation to maintain formula integrity during edits.