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 ReportExporter
    Modifier and Type
    Class
    Description
    final class 
    CSV export: sections separated by "## title" marker lines.
    final class 
    Self-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 class 
    Minimal dependency-free PDF writer (PDF 1.4, Courier text, multi-page).
    final class 
    Minimal dependency-free XLSX (Office Open XML spreadsheet) writer.