spreadsheet

Create, edit, analyze, and visualize spreadsheets while preserving formulas and references.

Updated Sep 1, 2025
One-click install
npx skills add https://github.com/mathur-exe/annotation-notes --skill spreadsheet-mathur-exe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spreadsheet
Source: https://github.com/mathur-exe/annotation-notes/tree/main/PaperNotes/dotfiles/codex/skills/skills/spreadsheet
Command: npx skills add https://github.com/mathur-exe/annotation-notes --skill spreadsheet-mathur-exe

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Spreadsheets are central to data work but creating, editing, analyzing, and visually presenting data often leads to formula breakages, inconsistent formatting, and manual errors.

Core Features & Use Cases

  • Create and format workbooks with preserved formulas and references for consistent reporting.
  • Analyze data with pandas and CSV/TSV workflows, generating insights and summaries.
  • Visualize results with charts and dashboards, while keeping the original formulas intact for verification.

Quick Start

Create a new spreadsheet that tracks tasks with formulas and formatting, ensuring references are preserved.

Frequently Asked Questions about spreadsheet

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

FAQPage Schema
How do I edit Excel files while preserving formulas and references?

To edit Excel files while preserving formulas and references, this Skill manipulates .xlsx workbooks using openpyxl. It updates data and formatting without breaking existing formula structures, ensuring consistent reporting and data verification.

Can I use pandas to analyze data from CSV and TSV workflows?

Yes, you can use pandas to analyze data from CSV and TSV workflows. This Skill integrates pandas to process CSV and TSV files, generating data insights, cleaning datasets, and producing summaries for reporting and analysis tasks.

What is the best way to visualize spreadsheet data without losing original formulas?

The best way to visualize spreadsheet data without losing original formulas is by generating charts and dashboards directly from the workbook. This Skill creates visual outputs while keeping the underlying formulas intact for later verification.

Does openpyxl evaluate formulas when creating or editing spreadsheets?

No, openpyxl does not evaluate formulas when creating or editing spreadsheets. This Skill stores formulas and references within the .xlsx file structure, but the Python library itself does not compute the formula results during manipulation.

Can I generate formatted reports and dashboards from raw data in Excel?

Yes, you can generate formatted reports and dashboards from raw data in Excel. This Skill creates and formats workbooks, applying visual elements to raw data for budgeting and reporting while preserving the necessary cell references.

What are the limitations of using Python for spreadsheet data cleaning and analysis?

A limitation of using Python for spreadsheet data cleaning is that openpyxl stores formulas but does not evaluate them, meaning computed values are not generated by the library itself. Analysis relies entirely on pandas for data processing.