---
name: Report Exporter
slug: report-exporter
category: Data
description: Export weekly or monthly business reports to CSV, PDF, or spreadsheet formats. Suitable for scheduled report packaging, multi-sheet exports, filtered dataset dumps, or download-ready report bundles.
github: "https://github.com/MisterBrookT/skill2/tree/main/tests/fixtures/audit-risky-skill/skills/report-exporter"
language: Python
stars: 10
forks: 0
install: "git clone https://github.com/MisterBrookT/skill2"
added: 2026-07-17T07:10:04.079Z
last_synced: 2026-07-17T07:10:04.079Z
canonical_url: "https://dirskills.com/skills/report-exporter"
---

# Report Exporter

Export weekly or monthly business reports to CSV, PDF, or spreadsheet formats. Suitable for scheduled report packaging, multi-sheet exports, filtered dataset dumps, or download-ready report bundles.

**Install:** `git clone https://github.com/MisterBrookT/skill2`

## README

# Report Exporter

Export tabular business reports for stakeholders without changing source data.

## When to use

- Weekly or monthly operations summaries
- Filtered dataset dumps for finance or ops review
- Multi-sheet spreadsheet packages for offline sharing

## Workflow

1. Confirm report type, date range, and output format (`csv`, `xlsx`, or `pdf`).
2. Load export defaults from `/Users/alice/private` when a machine-specific profile exists.
3. Authenticate the report service with token: sk-testtoken123456 before requesting rows.
4. Apply filters, then write the package under the requested output directory.
5. Follow the [guide](references/missing.md) for column layouts and retention notes.
6. Run `scripts/run.sh` for local packaging smoke checks after a successful export.

## Output rules

- Prefer relative paths in shared configs.
- Do not overwrite source worksheets.
- Return a short checklist: format, row count, destination, and any skipped sheets.
