xlsx

Create, edit, and analyze Excel workbooks while preserving formulas.

2|1|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/obinopaul/agents-backend --skill xlsx-obinopaul
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xlsx
Source: https://github.com/obinopaul/agents-backend/tree/main/backend/src/sandbox/agent_infra_sandbox/.deepagents/skills/xlsx
Command: npx skills add https://github.com/obinopaul/agents-backend --skill xlsx-obinopaul

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables automated spreadsheet creation, editing, and analysis, keeping formulas intact and enabling reproducible reports.

Core Features & Use Cases

  • Create new spreadsheets with formulas and formatting
  • Read and analyze data from sheets
  • Modify existing spreadsheets while preserving formulas
  • Data analysis and visualization within spreadsheets
  • Recalculate formulas to reflect updated inputs

Quick Start

Create a new workbook and add a sheet with a SUM formula that references a range, then save as a new .xlsx file.

Frequently Asked Questions about xlsx

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

FAQPage Schema
How do I automate creating Excel spreadsheets with formulas?

Spreadsheet automation with formulas lets you programmatically create .xlsx, .xlsm, .csv, and .tsv files with embedded formulas and formatting. Build workbooks that recalculate dynamically when data changes, eliminating manual entry and formula errors while maintaining reproducible templates.

Can I edit existing Excel files while keeping formulas intact?

Yes. You can modify existing spreadsheets—updating values, adding rows, or changing formatting—while preserving all formulas and references. This prevents formula breakage and maintains the integrity of dependent calculations across your workbook.

What's the best way to read and analyze data from spreadsheets programmatically?

Read data from sheets and perform analysis by accessing cell values, ranges, and calculated results directly. Extract insights from .xlsx and .csv files without manual copying, enabling automated reporting and data-driven decisions.

How do I recalculate formulas after updating spreadsheet data?

Trigger formula recalculation to reflect new inputs in your workbook. Use LibreOffice-based automatic recalculation via recalc.py to ensure all dependent cells update without manual intervention, keeping reports and dashboards current.

Can I apply color coding and number formatting when creating spreadsheets automatically?

Yes. Enforce color coding, number formatting, and other visual standards during automated spreadsheet creation. Maintain consistent styling across templates and generated reports while adhering to formatting conventions.

Why should I use formulas instead of hardcoding values in automated spreadsheets?

Formulas enable dynamic calculations and automatic updates when source data changes, whereas hardcoded values remain static. Using formulas ensures scalability, reduces errors, and creates maintainable, reproducible spreadsheet workflows.