SankeyDiagramControl.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(String, XlsxExportOptions) | filePath, options | Exports the diagram to an XLSX file with given parameters. |