Interface IAuditLogExcelExportService
Namespace: Volo.Abp.AuditLogging
Assembly: Volo.Abp.AuditLogging.Application.dll
Syntax
public interface IAuditLogExcelExportService
Methods
CreateExcelFileAsync(List<AuditLog>, Stream)
Declaration
Task CreateExcelFileAsync(List<AuditLog> auditLogs, Stream stream)
Parameters
| Type | Name | Description |
|---|---|---|
| List<AuditLog> | auditLogs | |
| Stream | stream |
Returns
| Type | Description |
|---|---|
| Task |
ExportToExcelStreamAsync(List<AuditLog>)
Declaration
Task<Stream> ExportToExcelStreamAsync(List<AuditLog> auditLogs)
Parameters
| Type | Name | Description |
|---|---|---|
| List<AuditLog> | auditLogs |
Returns
| Type | Description |
|---|---|
| Task<Stream> |