libreoffice-calc

Create, modify, and verify .xlsx files with Python's openpyxl library.

185|14|Updated Jan 6, 2026
One-click install
npx skills add https://github.com/xlang-ai/CUA-Gym --skill libreoffice-calc-xlang-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: libreoffice-calc
Source: https://github.com/xlang-ai/CUA-Gym/tree/main/.claude/skills/libreoffice-calc
Command: npx skills add https://github.com/xlang-ai/CUA-Gym --skill libreoffice-calc-xlang-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the creation, modification, and verification of LibreOffice Calc (.xlsx) files, reducing the need for manual spreadsheet manipulation.

Core Features & Use Cases

  • Create & Modify Files: Automate the creation and modification of spreadsheet files using Python's openpyxl library.
  • Verify Files: Ensure the integrity and correctness of spreadsheet files.
  • Use Case: For setup-gen and reward-gen agents, quickly and accurately manipulate .xlsx files without manual intervention.

Quick Start

Use the libreoffice-calc skill to create an initial workbook with headers and sample data for the 'Sales' sheet.

Frequently Asked Questions about libreoffice-calc

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

FAQPage Schema
How do I automate LibreOffice Calc file manipulation with Python?

You can automate LibreOffice Calc file manipulation by using Python's openpyxl library to programmatically create, modify, and verify .xlsx spreadsheet files without manual intervention.

Can I create and modify .xlsx files using openpyxl for setup generation?

Yes, you can create and modify .xlsx files using openpyxl for setup generation, allowing setup-gen and reward-gen agents to quickly and accurately manipulate spreadsheet data programmatically.

Does openpyxl work well for verifying spreadsheet file integrity?

Yes, openpyxl works for verifying spreadsheet file integrity by allowing Python scripts to inspect and validate the contents and structure of .xlsx files to ensure correctness.

What is the best way to generate initial workbooks with headers and sample data in Python?

The best way to generate initial workbooks with headers and sample data in Python is using the openpyxl library to programmatically build sheets and populate cells within .xlsx files.

Do I need pandas to manipulate LibreOffice Calc files with Python?

You do not need pandas to manipulate LibreOffice Calc files, as the core manipulation relies on the openpyxl library, though pandas is included as a dependency for extended data processing.