Interface IExportService
Represents an export service that provides methods to export data to different formats.
public interface IExportService
Methods
- ExportShowToHtml(DataTable, IEnumerable<ISupportEntityListView>)
Exports the data to an HTML file.
- ExportToCsv(DataTable)
Exports the data to a CSV file.
- ExportToXlsx(DataTable)
Exports the data to an XLSX file.
- ExportToXlsxInterop(DataTable)
Exports the data to an XLSX file using interop.