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

SankeyDiagramControl.ExportToXls Method

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