top-value-coloring

Merge Excel sheets, compute top-N values, and format highlights with openpyxl.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pandas, openpyxl.

What problem does it solve?

Dynamic consolidation and formatting of multi-sheet Excel data to reveal top indicators with automated styling.

Core Features & Use Cases

  • Merge and align data across sheets, perform basic cleaning, and compute top-N results.
  • Create a formatted Excel report using openpyxl with conditional styling (colors, borders) and structured output.
  • Use case: you receive monthly reports in Sheet1 and Sheet2; run the workflow to produce a single Analysis_Results sheet highlighting the top five values per group.

Quick Start

Run the workflow on your workbook to generate a formatted analysis report with top-value highlights.

Frequently Asked Questions about top-value-coloring

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

FAQPage Schema
How do I consolidate multiple Excel sheets and highlight top values automatically?

To consolidate multiple Excel sheets and highlight top values, this skill merges, cleans, and aligns data across sheets, then computes top-N results. It exports a single formatted analysis workbook using openpyxl with automated conditional styling like colors and borders.

Can I use openpyxl to format top-N metrics from merged Excel reports?

Yes, you can use openpyxl to format top-N metrics from merged Excel reports. This skill leverages openpyxl to apply conditional styling, colors, and structured borders, producing a polished analysis workbook that highlights the top five values per group.

What is the best way to clean and merge multi-sheet Excel data for a top-value report?

The best way to clean and merge multi-sheet Excel data for a top-value report is through deterministic data preparation. This skill performs basic cleaning, aligns data across sheets, and computes top-N results to output a single formatted analysis sheet.

Does this top-value coloring workflow require pandas for Excel data cleaning?

Yes, this top-value coloring workflow requires pandas for Excel data cleaning. Pandas handles the data consolidation and alignment, while openpyxl manages the conditional formatting and exporting of the final polished analysis workbook.

How do I generate a formatted Excel analysis workbook highlighting top metrics per group?

To generate a formatted Excel analysis workbook highlighting top metrics per group, run this workflow on your existing multi-sheet workbook. It merges the data, performs cleaning, computes the top-N values, and applies openpyxl conditional styling automatically.