MiniExcel 1.34.2

This project is part of the .NET Foundation and operates under their code of conduct.


Introduction

MiniExcel is simple and efficient to avoid OOM's .NET processing Excel tool.

At present, most popular frameworks need to load all the data into the memory to facilitate operation, but it will cause memory consumption problems. MiniExcel tries to use algorithm from a stream to reduce the original 1000 MB occupation to a few MB to avoid OOM(out of memory).

image

Features

  • Low memory consumption, avoid OOM (out of memory) and full GC
  • Support real-time operation of each row of data
  • Support LINQ deferred execution, it can do low-consumption, fast paging and other complex queries
  • Lightweight, without Microsoft Office installed, no COM+, DLL size is less than 150KB
  • Easy API style to read/write/fill excel

Get Started

Installation

You can install the package from NuGet

Release Notes

Please Check Release Notes

TODO

Please Check TODO

Performance

Benchmarks logic can be found in MiniExcel.Benchmarks , and test cli

dotnet run -p .\benchmarks\MiniExcel.Benchmarks\ -c Release -f netcoreapp3.1 -- -f * --join

Output from the latest run is :

BenchmarkDotNet=v0.12.1, OS=Windows 10.0.19042
Intel Core i7-7700 CPU 3.60GHz (Kaby Lake), 1 CPU, 8 logical and 4 physical cores
  [Host]     : .NET Framework 4.8 (4.8.4341.0), X64 RyuJIT
  Job-ZYYABG : .NET Framework 4.8 (4.8.4341.0), X64 RyuJIT
IterationCount=3  LaunchCount=3  WarmupCount=3

Benchmark History : Link

Import/Query Excel

Logic : Test1,000,000x10.xlsx as performance test basic file, 1,000,000 rows * 10 columns "HelloWorld" cells, 23 MB file size

Library Method Max Memory Usage Mean
MiniExcel 'MiniExcel QueryFirst' 0.109 MB 0.0007264 sec
ExcelDataReader 'ExcelDataReader QueryFirst' 15.24 MB 10.66421 sec
MiniExcel 'MiniExcel Query' 17.3 MB 14.17933 sec
ExcelDataReader 'ExcelDataReader Query' 17.3 MB 22.56508 sec
Epplus 'Epplus QueryFirst' 1,452 MB 18.19801 sec
Epplus 'Epplus Query' 1,451 MB 23.64747 sec
OpenXmlSDK 'OpenXmlSDK Query' 1,412 MB 52.00327 sec
OpenXmlSDK 'OpenXmlSDK QueryFirst' 1,413 MB 52.34865 sec
ClosedXml 'ClosedXml QueryFirst' 2,158 MB 66.18897 sec
ClosedXml 'ClosedXml Query' 2,184 MB 191.43412 sec

Export/Create Excel

Logic : create a total of 10,000,000 "HelloWorld" excel

Library Method Max Memory Usage Mean
MiniExcel 'MiniExcel Create Xlsx' 15 MB 11.53181 sec
Epplus 'Epplus Create Xlsx' 1,204 MB 22.50971 sec
OpenXmlSdk 'OpenXmlSdk Create Xlsx' 2,621 MB 42.47399 sec
ClosedXml 'ClosedXml Create Xlsx' 7,141 MB 140.93992 sec

Documents

https://github.com/mini-software/MiniExcel

No packages depend on MiniExcel.

Please Check [Release Notes](https://github.com/mini-software/MiniExcel/tree/master/docs)

.NET Framework 4.5

  • No dependencies.

.NET 6.0

  • No dependencies.

.NET Standard 2.0

  • No dependencies.

Version Downloads Last updated
1.35.0 0 09.11.2024
1.34.2 1 21.10.2024
1.34.1 0 10.08.2024
1.34.0 0 21.07.2024
1.33.0 0 07.07.2024
1.32.1 0 16.05.2024
1.32.0 0 12.05.2024
1.31.3 0 27.12.2023
1.31.2 0 10.08.2023
1.31.0 0 28.05.2023
1.30.3 0 01.05.2023
1.30.2 0 21.02.2023
1.30.1 0 07.02.2023
1.30.0 0 27.12.2022
1.29.0 0 09.11.2022
1.28.5 0 30.10.2022
1.28.4 0 29.10.2022
1.28.2 0 29.10.2022
1.28.1 0 22.10.2022
1.28.0 0 19.09.2022
1.27.0 0 18.09.2022
1.26.7 0 09.09.2022
1.26.6 0 04.09.2022
1.26.5 0 30.06.2022
1.26.4 0 26.06.2022
1.26.3 0 07.06.2022
1.26.2 0 21.04.2022
1.26.1 0 17.04.2022
1.26.0 0 12.04.2022
1.24.2 0 17.03.2022
1.24.1 0 15.03.2022
1.24.0 0 09.03.2022
1.23.2 0 04.03.2022
1.23.1 0 14.02.2022
1.22.0 0 12.02.2022
0.21.5 0 07.02.2022
0.21.4 0 27.01.2022
0.19.1 0 15.11.2021
0.19.0 0 21.10.2021
0.18.0 0 13.09.2021
0.17.5 0 20.08.2021
0.17.4 0 17.08.2021
0.17.2 0 30.06.2021
0.17.1 0 23.06.2021
0.17.0 0 21.06.2021
0.16.1 0 19.06.2021
0.16.0 0 19.06.2021
0.15.5 0 13.06.2021
0.15.4 0 08.06.2021
0.15.2 0 20.05.2021
0.15.1 0 19.05.2021
0.14.8 0 18.05.2021
0.14.7 0 17.05.2021
0.14.6 0 13.05.2021
0.14.5 0 12.05.2021
0.14.4 0 12.05.2021
0.14.3 0 10.05.2021
0.14.2 0 10.05.2021
0.14.1 0 07.05.2021
0.14.0 0 07.05.2021
0.13.5 0 30.04.2021
0.13.4 0 26.04.2021
0.13.3 0 22.04.2021
0.13.2 0 20.04.2021
0.13.1 0 18.04.2021
0.13.0 0 16.04.2021
0.12.2 0 15.04.2021
0.12.1 0 14.04.2021
0.12.0-beta 0 13.04.2021
0.11.1 0 09.04.2021
0.11.0 0 08.04.2021
0.10.3 0 06.04.2021
0.10.2 0 06.04.2021
0.10.1 0 04.04.2021
0.10.0 0 02.04.2021
0.9.1 0 01.04.2021
0.9.0 0 01.04.2021
0.8.0 0 29.03.2021
0.7.0 0 28.03.2021
0.6.0 0 26.03.2021
0.5.0 0 26.03.2021
0.4.0 0 25.03.2021
0.3.0 0 21.03.2021
0.2.3 0 20.03.2021
0.2.2 0 18.03.2021
0.2.1 0 17.03.2021
0.2.0 0 15.03.2021
0.1.0-preview 0 15.03.2021
0.0.7-beta 0 14.03.2021
0.0.6-beta 0 14.03.2021
0.0.5-beta 0 14.03.2021
0.0.4-beta 0 14.03.2021
0.0.3-beta 0 13.03.2021
0.0.2-beta 0 04.03.2021
0.0.1-beta 0 03.03.2021