sales-data-extraction

Monitors Excel reports and extracts sales metrics (MTD, YTD, Year End) to a database via automated workflows.

116|9|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/elophanto/EloPhanto --skill sales-data-extraction
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sales-data-extraction
Source: https://github.com/elophanto/EloPhanto/tree/main/skills/sales-data-extraction
Command: npx skills add https://github.com/elophanto/EloPhanto --skill sales-data-extraction

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the extraction of key sales metrics from Excel reports to streamline internal live reporting pipelines and dashboards.

Core Features & Use Cases

  • File watching for Excel files (.xlsx, .xls) and automatic metric extraction (MTD, YTD, Year End).
  • Flexible column mapping with per-file audit logging for full traceability.
  • Downstream delivery of validated metrics to databases or reporting pipelines.

Quick Start

Start the service and place Excel reports into the watched directory to begin automated extraction.

Frequently Asked Questions about sales-data-extraction

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

FAQPage Schema
How do I automate Excel sales metrics extraction for downstream reporting pipelines?

You can automate Excel sales metrics extraction by implementing a filesystem watcher that monitors for new Excel reports, applies flexible column mapping, and pushes validated MTD and YTD metrics to your downstream database.

How does automated metric extraction handle MTD and YTD data from Excel reports?

Automated metric extraction detects metric types based on sheet names within the Excel reports, normalizes the MTD, YTD, and Year End figures, and performs atomic bulk inserts into a database.

What is the best way to maintain an audit trail when extracting sales data from Excel?

To maintain an audit trail during sales data extraction, use a system that generates per-file audit logs alongside flexible column mapping, ensuring full traceability for every processed Excel report.

Can I use filesystem watching to trigger automatic extraction of sales metrics from Excel files?

Yes, you can use filesystem watching to trigger automatic extraction by monitoring a specific directory for incoming Excel files (.xlsx, .xls) and initiating the metric extraction process as soon as a file is placed there.

Does this automated extraction approach require a specific database for storing normalized sales metrics?

The automated extraction approach pushes normalized sales metrics to downstream pipelines and databases via atomic bulk inserts, but the metadata does not specify a required database platform.

Why might automated Excel extraction fail to correctly map my sales report columns?

Automated Excel extraction might fail to map columns if the sales report structure changes unexpectedly, but the system applies flexible column mapping and per-file audit logging to help trace and resolve mapping discrepancies.