Class HtmlReportExporter
java.lang.Object
com.quantfinlib.report.HtmlReportExporter
- All Implemented Interfaces:
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).-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HtmlReportExporter
public HtmlReportExporter()
-
-
Method Details
-
export
- Specified by:
exportin interfaceReportExporter- Throws:
IOException
-