← Back to Skills Marketplace
kyro-ma

Excel Xlsx Formula Cleanup Helper

by Kyro · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
33
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install excel-xlsx-formula-cleanup-helper
Description
Diagnose and fix Microsoft Excel XLSX workbook issues involving formulas, named ranges, Power Query refreshes, pivot tables, VBA/macro preservation, workbook...
README (SKILL.md)

Excel XLSX Formula Cleanup

Use this skill for spreadsheet repair and automation tasks where correctness matters more than simply rewriting cells. Treat an .xlsx workbook as a structured package with formulas, styles, relationships, cached values, tables, queries, pivots, and sometimes macros.

Workflow

  1. Clarify the workbook goal: fix broken formulas, clean imported data, preserve macros, refresh reporting logic, repair corruption, or generate a reusable workflow.
  2. Protect the workbook. Work on a copy and avoid destructive recalculation or macro removal unless requested.
  3. Choose the right inspection path:
    • Use openpyxl for formulas, worksheets, styles, dimensions, tables, data validation, conditional formatting, and charts it supports.
    • Treat .xlsm files carefully; preserve the VBA project with library support or package-level copying.
    • Inspect ZIP/OOXML parts for workbook relationships, external links, pivot caches, slicers, Power Query metadata, and unsupported structures.
  4. Map each problem to a workbook layer: formula text, named range, table reference, external link, query connection, pivot cache, style, merged cell, or hidden sheet.
  5. Make minimal repairs and keep formulas as formulas. Do not replace formulas with stale cached values unless the user asks for a static export.
  6. Validate formulas and shape:
    • Confirm worksheet names, table names, named ranges, and formulas still point to valid ranges.
    • Check row/column counts, date and number formats, hidden sheets, filters, and merged cells.
    • Note when a desktop Excel recalculation or Power Query refresh is still required.

Common Fix Patterns

  • Broken formulas: trace sheet names, structured references, named ranges, separators, and external workbook links before editing formula strings.
  • Power Query refresh issues: inspect connection definitions and query metadata; explain which parts require Excel desktop or Power BI tooling.
  • Pivot table drift: preserve pivot caches where possible and warn when Python libraries cannot safely rebuild them.
  • VBA preservation: keep .xlsm package parts intact; never save through a path that drops macros unless producing a macro-free copy is the goal.
  • Data cleanup: normalize values in staging sheets or tables, then keep reporting formulas and dashboards stable.

Outputs

Provide:

  • A workbook diagnosis tied to specific sheets, ranges, formulas, or package parts.
  • A safe repair or automation plan, plus code changes when requested.
  • A validation checklist covering formulas, ranges, tables, pivots, macros, and expected recalculation.

Read references/requirement-plan.md only when the original demand evidence is needed.

Usage Guidance
Install this only if you want an agent to help inspect and repair Excel workbooks. For sensitive financial or business spreadsheets, use copies, review any proposed changes before replacing originals, and be aware that the publisher should narrow the trigger wording to reduce accidental invocation.
Capability Assessment
Purpose & Capability
The stated purpose is diagnosing and repairing Excel workbook issues involving formulas, named ranges, Power Query, pivots, macros, corruption, and cleanup, and the operational guidance stays within that spreadsheet-maintenance scope.
Instruction Scope
The English runtime instructions are scoped and include safety guidance to clarify goals, work on a copy, make minimal repairs, and avoid macro removal unless requested. The Chinese description, README trigger examples, and implicit invocation setting are broader and more templated than ideal, but they do not add hidden or unrelated behavior.
Install Mechanism
The artifact contains Markdown instructions and a small YAML agent descriptor only; no executable scripts, package install steps, binaries, or post-install hooks were found.
Credentials
Inspecting and modifying user-provided Excel workbooks is expected for this skill. The artifact does not request broad filesystem indexing, unrelated file access, network services, external APIs, or credential stores.
Persistence & Privilege
No persistence, background workers, privilege escalation, credential/session/profile access, or automatic exfiltration behavior was present in the artifacts.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install excel-xlsx-formula-cleanup-helper
  3. After installation, invoke the skill by name or use /excel-xlsx-formula-cleanup-helper
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Improved workflow guidance for diagnosing and fixing Excel workbook issues involving formulas, named ranges, queries, pivots, macros, and data cleanup. - Added clear instructions for non-destructive repairs and preserving workbook structure and business logic. - Expanded common fix patterns for formulas, Power Query, pivots, VBA/macros, and repeated data cleanup. - Clarified expected outputs: diagnosis, safe repair/automation plan, and a validation checklist.
Metadata
Slug excel-xlsx-formula-cleanup-helper
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Excel Xlsx Formula Cleanup Helper?

Diagnose and fix Microsoft Excel XLSX workbook issues involving formulas, named ranges, Power Query refreshes, pivot tables, VBA/macro preservation, workbook... It is an AI Agent Skill for Claude Code / OpenClaw, with 33 downloads so far.

How do I install Excel Xlsx Formula Cleanup Helper?

Run "/install excel-xlsx-formula-cleanup-helper" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Excel Xlsx Formula Cleanup Helper free?

Yes, Excel Xlsx Formula Cleanup Helper is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Excel Xlsx Formula Cleanup Helper support?

Excel Xlsx Formula Cleanup Helper is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Excel Xlsx Formula Cleanup Helper?

It is built and maintained by Kyro (@kyro-ma); the current version is v1.0.1.

💬 Comments