finance-report-analyzer
SKILL.md
Finance Report Analyzer
Generate financial analysis reports from uploaded Excel/PDF files with inline SVG sparkline trend charts and multi-format output.
Quick Start
python3 scripts/generate_report.py input.xlsx -o pdf --company "公司名" --ticker "000001.SZ"
Output Formats
-o flag controls output. HTML is always generated as the base; other formats convert from HTML.
| Flag | Output | Requires |
|---|---|---|
-o html |
HTML only | (built-in) |
-o pdf |
HTML + PDF (default) | wkhtmltopdf or chromium |
-o doc |
HTML + DOCX | pandoc |