mini-software / MiniExcel

Fast, Low-Memory, Easy Excel .NET helper to import/export/template spreadsheet (support Linux, Mac)
https://www.nuget.org/packages/MiniExcel/
Apache License 2.0
2.66k stars 325 forks source link

MiniExcel.Report #172

Open shps951023 opened 3 years ago

shps951023 commented 3 years ago

image


Thinking:

shps951023 commented 3 years ago
rabbal commented 3 weeks ago

I just integrated MiniExcel with ASP.NET Core API and EFCore's streaming through deferred execution to export large dataset of reports. You can find it in the below repository:

Usage: https://github.com/rabbal/large-excel-streaming/blob/39158f844471903f5b5b6c7b71819f86f92903e7/LargeExcelStreaming/Features/Customers/CustomersController.cs#L12

Integration with MiniExcel:

https://github.com/rabbal/large-excel-streaming/blob/39158f844471903f5b5b6c7b71819f86f92903e7/LargeExcelStreaming/Features/LargeExcel/ILargeExcelDocument.cs#L16

shps951023 commented 3 weeks ago

@rabbal 👍👍👍