xlsx-35B

Automate Excel data transformations and updates within .xlsx workbooks.

234|15|Updated Apr 27, 2026
One-click install
npx skills add https://github.com/Qwen-Applications/Trace2Skill --skill xlsx-35b-qwen-applications
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xlsx-35B
Source: https://github.com/Qwen-Applications/Trace2Skill/tree/main/spreadsheet_agent/skills/xlsx-35B
Command: npx skills add https://github.com/Qwen-Applications/Trace2Skill --skill xlsx-35b-qwen-applications

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines complex spreadsheet tasks in .xlsx files by applying a released 35B created-from-scratch approach to reliable data manipulation and structure preservation.

Core Features & Use Cases

  • Read and validate workbook structure before editing, mapping source data locations and verifying assumptions match the actual layout.
  • Modify the exact range in-place while preserving headers, formulas, and formatting across sheets as required by answer_position.
  • Use automated checks and validations (openpyxl, pandas) to transform data accurately and verify results, including cross-sheet consistency.

Quick Start

Edit the exact range specified in your workbook (answer_position) in-place, preserving formulas and structure while applying the requested data changes.

Frequently Asked Questions about xlsx-35B

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

FAQPage Schema
How do I automate Excel data transformation in .xlsx files while preserving formulas?

Automating Excel data transformation in .xlsx files is achieved by validating workbook structure before editing, then modifying exact target ranges in-place to preserve formulas, headers, and formatting across multiple sheets.

What is the best way to clean and update spreadsheet data across multiple sheets?

The best way to clean and update spreadsheet data across multiple sheets is using openpyxl and pandas to read, validate, and write back edits with automated checks that ensure range integrity and cross-sheet consistency.

Can I edit a specific cell range in an .xlsx workbook without breaking existing formatting?

Yes, you can edit a specific cell range in an .xlsx workbook without breaking formatting by applying range-based in-place modifications that safeguard structural integrity and preserve underlying formulas.

Does this approach support sheet-wide transformations for data cleaning tasks?

Yes, this approach supports sheet-wide transformations for data cleaning tasks by applying end-to-end updates across .xlsx workbooks while maintaining workbook structure and validating source data locations.

Why do I need pandas and openpyxl for spreadsheet automation?

You need pandas and openpyxl for spreadsheet automation because they provide the automated checks and validations required to accurately read, transform, and write back data while preserving formulas and handling errors safely.

What are the limitations of automating .xlsx workbook updates with this method?

Limitations of automating .xlsx workbook updates include dependencies on openpyxl and pandas for validation, and the necessity to map source data locations and verify layout assumptions to prevent structural errors.