Class AuditLogExcelExportService
Inheritance
AuditLogExcelExportService
Assembly: Volo.Abp.AuditLogging.Application.dll
Syntax
public class AuditLogExcelExportService : IAuditLogExcelExportService, ITransientDependency
Constructors
AuditLogExcelExportService()
Declaration
public AuditLogExcelExportService()
Methods
CreateExcelFileAsync(List<AuditLog>, Stream)
Declaration
public Task CreateExcelFileAsync(List<AuditLog> auditLogs, Stream stream)
Parameters
Returns
ExportToExcelStreamAsync(List<AuditLog>)
Declaration
public Task<Stream> ExportToExcelStreamAsync(List<AuditLog> auditLogs)
Parameters
Returns
MapToExcelRow(List<AuditLog>)
Declaration
protected virtual object MapToExcelRow(List<AuditLog> auditLogs)
Parameters
Returns
Implements
Extension Methods