xlsx

Create and edit Excel spreadsheets with formulas and data analysis.

57|4|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/byteowlz/oqto --skill xlsx-byteowlz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xlsx
Source: https://github.com/byteowlz/oqto/tree/main/deploy/container/skel/workspace/skills/xlsx
Command: npx skills add https://github.com/byteowlz/oqto --skill xlsx-byteowlz

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the creation, editing, and analysis of spreadsheet files, automating complex calculations and data manipulation tasks.

Core Features & Use Cases

  • Spreadsheet Creation & Editing: Generate new .xlsx files or modify existing ones with data, formulas, and formatting.
  • Data Analysis & Visualization: Analyze data within spreadsheets using pandas and generate insights.
  • Formula Management: Ensure formula accuracy, recalculate values, and identify errors using LibreOffice.
  • Use Case: Automatically create a financial projection spreadsheet, populate it with assumptions, add complex formulas, and ensure all calculations are error-free.

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 sum the 'Revenue' column.

Frequently Asked Questions about xlsx

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

FAQPage Schema
How do I automate Excel data analysis and formula application in xlsx files?

Automating spreadsheet data analysis and formula application in xlsx files is achieved through Python scripts and pandas integration, enabling deterministic task execution and comprehensive data manipulation without manual input.

Can I create and edit Excel spreadsheets with complex formulas using Python?

Yes, creating and editing Excel spreadsheets with complex formulas is fully supported, utilizing Python scripts to populate data and LibreOffice recalculation to ensure formula integrity and identify calculation errors.

Does this spreadsheet automation approach support formats other than .xlsx?

Yes, this spreadsheet automation approach supports various formats beyond .xlsx, including .xlsm, .csv, and .tsv files, allowing flexible data import and export operations across different data structures.

How do I ensure formula accuracy and recalculate values in an automated spreadsheet workflow?

To ensure formula accuracy and recalculate values in an automated spreadsheet workflow, LibreOffice is utilized to validate formula integrity, automatically recalculating values and identifying errors within the generated Excel files.

What is the best way to generate a financial projection spreadsheet with automated calculations?

The best way to generate a financial projection spreadsheet with automated calculations is using Python scripts to create the .xlsx file, populate assumptions, apply complex formulas, and recalculate values via LibreOffice for error-free results.