xlsx-35B

Apply constrained in-place edits to .xlsx workbooks within a specified range.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/EdisonNi-hku/trace2skill --skill xlsx-35b
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xlsx-35B
Source: https://github.com/EdisonNi-hku/trace2skill/tree/main/spreadsheet_agent/skills/xlsx-35B
Command: npx skills add https://github.com/EdisonNi-hku/trace2skill --skill xlsx-35b

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This XLSX Task Solving skill enables automated, reliable editing of Excel workbooks within a defined range, reducing manual data manipulation and mistakes.

Core Features & Use Cases

  • In-place workbook edits within a specified answer_position range
  • Safe handling of formulas, headers, and existing data while preserving structure
  • Use cases include data cleanup, patch application, and rule-based transformations on .xlsx files

Quick Start

Open the target workbook and run the provided script to apply in-place edits within the specified answer_position range

Frequently Asked Questions about xlsx-35B

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

FAQPage Schema
How do I automate in-place edits to an xlsx workbook without breaking existing formulas?

You can apply constrained edits within a specified answer_position range using this xlsx patching approach, which preserves existing formulas and workbook structure while validating input for deterministic changes.

What is the best way to patch spreadsheet data within a specific cell range?

The best way to patch spreadsheet data within a specific cell range is to apply constrained in-place edits to the .xlsx workbook, preserving other sheets and formulas while validating input for deterministic, auditable changes.

Does openpyxl support modifying an xlsx file while keeping other sheets intact?

Yes, openpyxl supports modifying an xlsx file while keeping other sheets intact by applying constrained edits strictly within a defined answer_position range, preserving other sheets and formulas while validating input.

How do I apply rule-based transformations to an xlsx file using pandas?

You can apply rule-based transformations to an xlsx file using pandas and openpyxl by running scripts that execute in-place edits within a specified answer_position range, ensuring deterministic and auditable changes to the workbook.

What are the limitations of using openpyxl for spreadsheet data manipulation?

Limitations of using openpyxl for spreadsheet data manipulation include the need for careful range handling to ensure deterministic changes, requiring Python tooling and strict validation to maintain formula integrity during in-place edits.

Do I need Python to automate data cleanup and patching on .xlsx workbooks?

Yes, you need Python to automate data cleanup and patching on .xlsx workbooks, specifically requiring Python tooling like openpyxl and pandas to validate input and apply constrained in-place edits within a defined range.