TreeList.ExportToXlsx Method
Name | Parameters | Description |
---|---|---|
ExportToXlsx(Stream, XlsxExportOptions) | stream, options | Exports data to the specified stream in XLSX (MS Excel 2007) format using the specified options. |
ExportToXlsx(Stream) | stream | Exports data to the specified stream in XLSX (MS Excel 2007) format. |
ExportToXlsx(String, XlsxExportOptions) | fileName, options | Exports data to a file in XLSX (MS Excel 2007) format using the specified options. |
ExportToXlsx(String) | fileName | Exports data to the specified file in XLSX (MS Excel 2007) format. |