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