formatted-export-with-parquet

Filter Excel records by content conditions and export highlighted matches.

4.9k|347|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/OpenSenseNova/SenseNova-Skills --skill formatted-export-with-parquet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: formatted-export-with-parquet
Source: https://github.com/OpenSenseNova/SenseNova-Skills/tree/main/skills/sn-da-excel-workflow/capability/excel-result-export/formatted-export
Command: npx skills add https://github.com/OpenSenseNova/SenseNova-Skills --skill formatted-export-with-parquet

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pandas, pyarrow, openpyxl, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enables users to efficiently identify and export specific records from multi-sheet Excel files based on custom criteria, with visual highlights for easy review.

Core Features & Use Cases

  • Record Identification & Filtering: Detects rows in Excel sheets that meet defined conditions such as missing or invalid data.
  • Visual Highlighting & Export: Exports filtered data into a new Excel file with matching rows highlighted in red, facilitating quick review and analysis.
  • Use Case: Data analysts can extract incomplete or inconsistent records from large Excel datasets, visually mark them, and prepare reports for further cleaning.

Quick Start

Load an Excel file, apply the filter criteria to identify records with missing data, and export the results with highlighted rows for review.

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 filter and export specific rows from an Excel file based on conditions?

Filtering and exporting specific Excel rows involves applying custom conditions to identify matching records and export them into a new file. This allows you to extract incomplete or inconsistent data for validation and cleaning.

Can I highlight missing or invalid data in Excel for easier review?

Yes, you can highlight missing or invalid data in Excel for easier review by exporting filtered records with visual markings. The Skill automatically highlights matching rows in red, facilitating quick analysis and identification of data needing cleaning.

How do I scan multiple sheets in an Excel workbook to find incomplete records?

Scanning multiple sheets in an Excel workbook to find incomplete records requires multi-sheet scan capabilities. You can apply filter criteria across all sheets to detect rows with missing data and export them for validation.

Does this data filtering approach work with pandas and openpyxl for Excel styling?

Yes, this data filtering approach works with pandas and openpyxl for Excel styling. It requires pandas and openpyxl for data processing and visual highlighting, alongside pyarrow, to accurately filter records and apply red highlights to matching rows.

What is the best way to extract inconsistent records from large Excel datasets?

The best way to extract inconsistent records from large Excel datasets is to use automated content condition filtering. This method detects invalid rows across multiple sheets, visually marks them in red, and exports a focused report for further cleaning.