Uses of Interface
com.quantfinlib.report.ReportExporter
Packages that use ReportExporter
Package
Description
Professional report generation, all writers hand-rolled on the JDK:
ReportGenerator assembles portfolio,
performance, risk, allocation, trade, Monte Carlo and technical sections
into a Report, exported as HTML (with
inline SvgCharts equity/drawdown charts),
CSV, PDF, or XLSX.-
Uses of ReportExporter in com.quantfinlib.report
Classes in com.quantfinlib.report that implement ReportExporterModifier and TypeClassDescriptionfinal classCSV export: sections separated by "## title" marker lines.final classSelf-contained styled HTML report: one file, inline CSS, no external assets — so it can be emailed, archived for compliance, or opened from a network share years later and still render identically (a report whose stylesheet lives on a CDN is a report that rots).final classMinimal dependency-free PDF writer (PDF 1.4, Courier text, multi-page).final classMinimal dependency-free XLSX (Office Open XML spreadsheet) writer.