IHostManagementExportDataExcelAsync Method
Exports a table according to the indicated parameters to an excel file asynchronously.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
Task ExportDataExcelAsync(
string table,
string fields,
string condition,
string order,
string fileName,
string excelSheet,
List<ExcelColumnTable> excelColumns
)
Function ExportDataExcelAsync (
table As String,
fields As String,
condition As String,
order As String,
fileName As String,
excelSheet As String,
excelColumns As List(Of ExcelColumnTable)
) As Task
- table String
- Table on which the export.
- fields String
- Fields to return the value.
- condition String
- Query criteria.
- order String
- Fields and query ordering expression.
- fileName String
- File name.
- excelSheet String
- Excel sheet.
- excelColumns ListExcelColumnTable
- ExcelColumnTable with the excel columns.
TaskA task representing the asynchronous operation.