formatted-export-with-parquet

Scan Excel workbook sheets, apply criteria, and export red-highlighted matching rows.

110|3|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/MichaelYang-lyx/AIDABench --skill formatted-export-with-parquet-michaelyang-lyx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: formatted-export-with-parquet
Source: https://github.com/MichaelYang-lyx/AIDABench/tree/main/skills/sn-da-excel-workflow/capability/excel-result-export/formatted-export
Command: npx skills add https://github.com/MichaelYang-lyx/AIDABench --skill formatted-export-with-parquet-michaelyang-lyx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scans all sheets in a multi-sheet Excel workbook to identify records that meet user-defined criteria and exports the results as a new Excel file with the matching rows fully highlighted in red for quick visual review.

Core Features & Use Cases

  • Cross-sheet record discovery: searches every sheet for target columns and matching conditions.
  • Visual tagging export: outputs an Excel file where all matching rows are highlighted in red to facilitate data cleaning and auditing.
  • Parquet-friendly workflow: leverages pandas and pyarrow/openpyxl workflows to enable efficient processing of large Excel datasets (as implied by the capability name).

Quick Start

Run the skill on a multi-sheet Excel file to automatically locate qualifying rows and generate a red-highlighted results file.

Frequently Asked Questions about formatted-export-with-parquet

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

FAQPage Schema
How do I highlight matching rows across multiple sheets in an Excel workbook?

To highlight matching rows across multiple sheets in Excel, use this Skill to scan target columns, apply criteria, and export a new workbook with all qualifying rows tagged in red for visual auditing.

What is the best way to find records that meet specific criteria across all Excel sheets?

Finding records that meet specific criteria across all Excel sheets requires a cross-sheet scanning process that checks every worksheet and selects matching rows for consolidated data cleaning and auditing review.

Can I use pandas and openpyxl to automate cross-sheet consistency checks in Excel?

Yes, you can use pandas and openpyxl to automate cross-sheet consistency checks, leveraging dataframe processing to locate matching conditions and openpyxl to format the exported results with red row highlighting.

Does this multi-sheet Excel filtering approach work for large datasets?

This multi-sheet Excel filtering approach processes large datasets efficiently by leveraging pandas and pyarrow workflows, enabling robust data cleaning and record filtering without hitting standard spreadsheet size limitations.

What are the limitations of using Python for cross-sheet record discovery and highlighting?

Limitations of using Python for cross-sheet record discovery include relying on well-structured target columns across all sheets, as inconsistent formatting or missing headers may prevent the pandas scanning logic from accurately matching and highlighting rows.