Class HtmlReportExporter

java.lang.Object
com.quantfinlib.report.HtmlReportExporter
All Implemented Interfaces:
ReportExporter

public final class HtmlReportExporter extends Object implements ReportExporter
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). The one exporter that renders HTML sections (inline SvgCharts output); tabular exporters skip them. Every title, header and cell is HTML-escaped — report content is DATA, and a symbol named <script> must render as text, not execute (tested).