xlsx

Automates spreadsheet creation, editing and analysis using pandas and openpyxl.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/AgentiveAU/MyAgentive --skill xlsx-agentiveau
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xlsx
Source: https://github.com/AgentiveAU/MyAgentive/tree/main/skills/xlsx
Command: npx skills add https://github.com/AgentiveAU/MyAgentive --skill xlsx-agentiveau

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Excel and spreadsheet workflows are error-prone and time-consuming when creating, editing, and analyzing data across multiple formats. This Skill automates the end-to-end spreadsheet lifecycle, reducing manual steps and preserving formulas and templates.

Core Features & Use Cases

  • Create new spreadsheets with formulas and formatting
  • Read, analyze, and summarize data from .xlsx, .xlsm, .csv, and .tsv files
  • Modify existing spreadsheets while preserving formulas and templates
  • Data analysis and visualization within spreadsheets

Quick Start

Create a new workbook using this skill to populate a data table with formulas and formatting.

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 with formulas using Python?

Automate spreadsheet creation by using Python tooling with pandas and openpyxl to generate new .xlsx files while programmatically applying formulas and formatting to your data tables.

Can I edit existing Excel templates without overwriting formulas?

Yes, you can modify existing spreadsheets while preserving formulas and templates. The tooling manipulates .xlsx and .xlsm files directly to ensure your original template structure and formula integrity remain intact.

Does this spreadsheet automation tool support CSV and TSV files?

Yes, spreadsheet automation supports reading, analyzing, and summarizing data from .csv and .tsv files alongside standard .xlsx and .xlsm formats using pandas and openpyxl.

How do I analyze and visualize data within an existing spreadsheet?

Analyze and visualize spreadsheet data by reading your file with Python tooling, summarizing the datasets with pandas, and generating visual results directly within the spreadsheet format.

Why do my spreadsheet formulas not calculate correctly after automated editing?

Spreadsheet formulas may not recalculate automatically after editing. This tool uses optional LibreOffice-based recalculation to verify and restore formula integrity across your spreadsheet formats.