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

SankeyDiagramControl.ExportToXls Method

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