Skip to main content
All docs
V23.2

HeatmapControl.ExportToXls Method

Name Parameters Description
ExportToXls(Stream, XlsExportOptions) stream, options Exports the Heatmap Control to a stream in XLS format with the specified export settings.
ExportToXls(Stream) stream Exports the Heatmap Control in XLS format to the specified stream.
ExportToXls(String, XlsExportOptions) filePath, options Exports the Heatmap Control to a file in XLS format with the specified export settings.
ExportToXls(String) filePath Exports the Heatmap Control in XLS format to the specified file.