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