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