xlsx

Create and edit .xlsx workbooks with formulas recalculated via LibreOffice.

1|Updated May 13, 2026
One-click install
npx skills add https://github.com/wtgoku-create/PopiStudio --skill xlsx-wtgoku-create
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xlsx
Source: https://github.com/wtgoku-create/PopiStudio/tree/main/SKILLs/xlsx
Command: npx skills add https://github.com/wtgoku-create/PopiStudio --skill xlsx-wtgoku-create

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates broken or non-recalculating spreadsheet models by ensuring Excel formulas are correctly constructed, preserved, and recalculated without common error values like #REF!, #DIV/0!, or #VALUE!.

Core Features & Use Cases

  • Create and analyze spreadsheets: Build new .xlsx files or interpret existing spreadsheets for data analysis with pandas and Excel-compatible outputs.
  • Edit while preserving templates: Modify existing workbooks while matching established formatting and conventions, and keep existing formulas intact.
  • Guarantee reliable recalculation: Recalculate all formulas via LibreOffice and verify that the final workbook contains zero Excel formula errors.
  • Spreadsheet best practices for modeling: Enforce “use formulas, not hardcoded values,” correct cell referencing, and robust assumptions documentation.
  • Visualization-ready outputs: Prepare data structures suitable for downstream charts and spreadsheet-based visualization.

Quick Start

Ask the Skill to generate or update an Excel model file using Excel formulas (not hardcoded computed values), recalculate everything, and return a workbook with zero formula errors.

Frequently Asked Questions about xlsx

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

FAQPage Schema
How do I rebuild an Excel spreadsheet model without getting formula recalculation errors?

To rebuild an Excel spreadsheet model without formula recalculation errors, construct formulas using proper cell references and run a LibreOffice-driven recalc to verify the final workbook contains zero Excel error tokens like #REF! or #DIV/0!.

How do I edit an existing xlsx file while preserving template formatting and formulas?

You can edit an existing xlsx file while preserving template formatting and formulas by applying modifications that match established conventions and maintaining formula integrity through a verified recalculation process.

Why does my Excel workbook show #VALUE! or #DIV/0! errors after modifying spreadsheet models?

Your Excel workbook shows #VALUE! or #DIV/0! errors after modifying spreadsheet models because formulas lack correct cell references or contain hardcoded computed values instead of actual formulas, requiring a robust recalculation to eliminate error tokens.

Can I use pandas for data analysis and export results to a reliable Excel workbook?

Yes, you can use pandas for data analysis and export results to a reliable Excel workbook by preparing data structures with correct formulas and documented hardcoded sources for full auditability.

What is the best way to document hardcoded values in Excel spreadsheet modeling?

The best way to document hardcoded values in Excel spreadsheet modeling is to enforce the practice of using formulas over hardcoded computed values and explicitly documenting hardcoded sources to ensure robust assumptions and auditability.

Does openpyxl support generating xlsx files with guaranteed zero formula errors?

While openpyxl helps generate xlsx files, guaranteeing zero formula errors requires running a LibreOffice-driven recalculation to verify the final workbook contains absolutely zero occurrences of Excel formula error tokens.