xlsx

Manage and analyze Excel files using Python libraries.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires openpyxl, pandas, libreoffice, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill streamlines Excel file management and analysis, allowing users to perform complex tasks with minimal effort.

Core Features & Use Cases

  • Excel File Operations: Open, read, edit, and fix existing .xlsx, .xlsm, .csv, or .tsv files.
  • Data Analysis: Perform data analysis, visualization, and basic operations using pandas.
  • File Conversion: Convert between tabular file formats.
  • Use Case: If you need to create a new spreadsheet from scratch or from other data sources, or convert a .xlsx file to .csv, this Skill can help.

Quick Start

Use the xlsx skill to create a new spreadsheet with the following data: Name, Age, and Country.

Frequently Asked Questions about xlsx

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

FAQPage Schema
How do I read and edit an existing .xlsx file for data analysis?

To read and edit an existing .xlsx file for data analysis, you can use Python libraries like pandas and openpyxl to open, modify, and fix spreadsheet data programmatically.

Can I convert a .xlsx spreadsheet to a .csv file using Python?

Yes, you can convert a .xlsx spreadsheet to a .csv file using Python by leveraging file conversion capabilities supported by pandas to transform tabular data formats.

Do I need LibreOffice to recalculate formulas in an Excel spreadsheet?

Yes, you need LibreOffice installed to recalculate formulas in an Excel spreadsheet, as it handles the formula recalculation process alongside openpyxl and pandas operations.

What is the best way to create a new spreadsheet from other data sources?

The best way to create a new spreadsheet from other data sources is using pandas to structure the data and openpyxl to generate a new .xlsx, .xlsm, .csv, or .tsv file.

Does this Excel file management approach support .xlsm, .csv, and .tsv formats?

Yes, this Excel file management approach supports opening, reading, editing, and fixing .xlsx, .xlsm, .csv, and .tsv files using Python libraries for tabular data processing.