excel-outlier-detection-and-highlighting

Detect Excel outliers exceeding contextual limits and highlight formula error cells.

2|Updated May 19, 2026
One-click install
npx skills add https://github.com/aiyinluya/SenseNova-Skills-Studio --skill excel-outlier-detection-and-highlighting-aiyinluya
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: excel-outlier-detection-and-highlighting
Source: https://github.com/aiyinluya/SenseNova-Skills-Studio/tree/main/skills/sn-da-excel-workflow/capability/excel-cell-coloring/outlier-coloring
Command: npx skills add https://github.com/aiyinluya/SenseNova-Skills-Studio --skill excel-outlier-detection-and-highlighting-aiyinluya

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you automatically detect out-of-limit values and Excel formula error cells in a spreadsheet, so you can quickly locate problematic rows and coordinates instead of scanning manually.

Core Features & Use Cases

  • Outlier detection from contextual limits: Extracts limit values from cells containing “限值” and identifies rows whose computed values exceed the latest applicable limit using nearby context (e.g., searching upward for structure-related keywords).
  • Error-cell highlighting: Scans specified sheets for Excel error markers such as “#DIV/” and records the affected cell coordinates.
  • Visual highlighting output: Applies red fills to all cells in exceeded rows and to error cells, then saves an annotated workbook plus an Excel summary for reporting and review.
  • Use Case: Given an engineering/thermal report exported to Excel, automatically highlight all structures where totals exceed the stated limits and mark cells with divide-by-zero or similar formula errors, then export a concise “超出值” summary for stakeholders.

Quick Start

Use the excel-outlier-detection-and-highlighting skill to process the uploaded Excel file and produce a red-highlighted workbook plus an outlier summary spreadsheet.

Frequently Asked Questions about excel-outlier-detection-and-highlighting

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

FAQPage Schema
How do I highlight outliers and formula errors in an Excel spreadsheet automatically?

To highlight outliers and formula errors in Excel automatically, this Skill parses worksheet rows to extract numeric limit thresholds via regex, compares actual values against those limits, and applies red fills to exceeded rows and error cells like #DIV/0!.

What is the best way to detect Excel values exceeding contextual limit thresholds embedded as text?

Detecting Excel values exceeding contextual limit thresholds involves extracting embedded text like “限值0.5” using regex, searching upward for structure-related keywords, and associating row-to-limit context to flag values that surpass the latest applicable limit.

How do I find and record Excel formula error cell coordinates for spreadsheet QA?

Finding Excel formula error cell coordinates for spreadsheet QA requires scanning specified sheets for standard error markers like #DIV/0!, recording the affected cell locations, and visually highlighting them with red fills before exporting an annotated workbook.

Can I use this outlier detection approach for engineering reports exported to Excel?

Yes, you can use this outlier detection approach for engineering reports exported to Excel, as it specifically processes computed totals, associates them with nearby structural limit keywords, and flags structures where values exceed stated limits.

Does this spreadsheet QA tool require specific formatting to parse limit values correctly?

This spreadsheet QA tool requires limit values to be embedded as text within cells, such as formats containing “限值”, enabling the regex parser to extract numeric limits and associate them with corresponding data rows for accurate outlier comparison.

What outputs do I get after running Excel outlier detection and highlighting?

After running Excel outlier detection and highlighting, you receive an annotated workbook with red fills applied to exceeded rows and error cells, plus a concise summary Excel spreadsheet detailing the out-of-limit values for stakeholder review.