xlsx

Create, edit, and analyze Excel files with formulas and pandas.

339|34|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/Kxiandaoyan/Memoh-v2 --skill xlsx-kxiandaoyan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xlsx
Source: https://github.com/Kxiandaoyan/Memoh-v2/tree/main/internal/skills/defaults/xlsx
Command: npx skills add https://github.com/Kxiandaoyan/Memoh-v2 --skill xlsx-kxiandaoyan

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

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

Core Features & Use Cases

  • Spreadsheet Creation & Editing: Generate new .xlsx files or modify existing ones, preserving formulas and formatting.
  • Data Analysis & Visualization: Utilize pandas for in-depth data analysis and prepare data for visualization.
  • Formula Recalculation & Error Handling: Ensure accuracy by recalculating formulas and identifying/fixing errors using LibreOffice.
  • Use Case: Analyze monthly sales data, create financial projections with dynamic formulas, and ensure all calculations are error-free before presenting.

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 total revenue formula.

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

To create an Excel spreadsheet with formulas, you can generate new .xlsx files while preserving formulas and formatting. This approach supports dynamic financial modeling and automated data reporting by constructing formulas directly within the spreadsheet structure.

Can I use pandas for Excel data analysis and then save the results back to .xlsx?

Yes, you can use pandas for in-depth Excel data analysis and save the results back to .xlsx files. This workflow allows you to manipulate spreadsheet datasets, perform complex calculations, and prepare the processed data for visualization or reporting.

Does openpyxl support editing existing .xlsx files without losing formatting?

openpyxl supports modifying existing .xlsx files while preserving their original formulas and formatting. This ensures that complex spreadsheet layouts and dynamic calculations remain intact when you edit or append new data to the workbook.

What is the best way to recalculate Excel formulas and check for errors?

The best way to recalculate Excel formulas and check for errors is using LibreOffice for formula recalculation. This mechanism ensures calculation accuracy by identifying and fixing errors in your spreadsheet formulas before presenting financial projections or reports.

Can I handle financial modeling and scenario planning with .xlsm and .csv files?

You can handle financial modeling and scenario planning across .xlsx, .xlsm, .csv, and .tsv files. This comprehensive spreadsheet management supports advanced formatting, data manipulation via pandas, and dynamic formula construction for complex financial projections.

Why do my spreadsheet formulas show errors after editing with Python?

Spreadsheet formulas may show errors after editing if they are not recalculated properly. Using LibreOffice for formula recalculation and error checking ensures that all dynamic calculations are accurately processed and validated before finalizing the spreadsheet.