xlsx

Create and edit Excel files with formulas and pandas analysis.

Updated Jan 5, 2026
One-click install
npx skills add https://github.com/sudat/req-manager --skill xlsx-sudat
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xlsx
Source: https://github.com/sudat/req-manager/tree/main/.cursor/skills/xlsx
Command: npx skills add https://github.com/sudat/req-manager --skill xlsx-sudat

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill empowers users to create, edit, and analyze spreadsheet data efficiently, handling everything from complex formulas and formatting to data analysis and visualization.

Core Features & Use Cases

  • Spreadsheet Creation & Editing: Generate new .xlsx files or modify existing ones, preserving formulas and formatting.
  • Formula Management: Implement, recalculate, and verify complex Excel formulas.
  • Data Analysis & Visualization: Utilize pandas for in-depth data analysis and prepare data for visualization.
  • Use Case: Automatically generate a financial projection spreadsheet with dynamic formulas, apply industry-standard formatting, and then use pandas to analyze the projected revenue trends.

Quick Start

Use the xlsx skill to create a new spreadsheet named 'sales_report.xlsx' with columns for 'Date', 'Product', and 'Revenue', and add a formula to calculate the total revenue in cell D2.

Frequently Asked Questions about xlsx

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

FAQPage Schema
How do I create an Excel spreadsheet with formulas and preserve existing formatting?

You create an Excel spreadsheet with formulas by modifying .xlsx files using openpyxl, which ensures formula integrity and preserves existing templates and formatting during modifications.

Can I use pandas for data analysis directly on Excel files?

Yes, you can use pandas for data analysis on Excel files by loading .xlsx or .csv data into DataFrames, enabling in-depth data analysis and preparation for revenue trend visualization.

Does LibreOffice recalculate complex Excel formulas in xlsx files?

Yes, LibreOffice recalculates complex Excel formulas in .xlsx files by processing formula implementation and verification, ensuring accurate recalculation for financial models.

What is the best way to automate financial projection spreadsheet generation?

The best way to automate financial projection spreadsheet generation is to create .xlsx files with dynamic formulas, apply industry-standard formatting, and analyze projected revenue trends using pandas.

How do I edit .xlsm files without losing formula integrity?

You edit .xlsm files without losing formula integrity by using openpyxl to manage formulas and recalculating via LibreOffice, ensuring existing templates and formula structures are preserved during modifications.

What spreadsheet formats are supported for editing and data analysis?

Supported spreadsheet formats for editing and data analysis include .xlsx, .xlsm, .csv, and .tsv files, facilitating comprehensive management from formula implementation to pandas-based data analysis.