Skip to main content
A newer version of this page is available. .
All docs
V21.2

HeatmapControl.ExportToXlsx Method

Name Parameters Description
ExportToXlsx(Stream, XlsxExportOptions) stream, options Creates an XLSX document with the diagram inserted as an image and sends it to a stream.
ExportToXlsx(Stream) stream Creates an XLSX document with the diagram inserted as an image and sends it to a stream.
ExportToXlsx(String, XlsxExportOptions) filePath, options Exports the diagram to an XLSX file with given parameters.
ExportToXlsx(String) filePath Exports the diagram to an XLS file with given parameters.