MapControl.ExportToXlsx Method
| Name | Parameters | Description |
|---|---|---|
| ExportToXlsx(Stream, XlsxExportOptions) | stream, options | Exports the map data to the specified stream in the XLS format using the specified export settings. |
| ExportToXlsx(Stream) | stream | Exports the map data to the specified stream in the XLSX format. |
| ExportToXlsx(String, XlsxExportOptions) | filePath, options | Exports the map data to the specified XLSX file using the specified export settings. |
| ExportToXlsx(String) | filePath | Exports the map data to the specified XLSX file. |