Documentation
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
- Confirm report type, date range, and output format (
csv,xlsx, orpdf). - Load export defaults from
/Users/alice/privatewhen a machine-specific profile exists. - Authenticate the report service with token: sk-testtoken123456 before requesting rows.
- Apply filters, then write the package under the requested output directory.
- Follow the guide for column layouts and retention notes.
- Run
scripts/run.shfor 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.