Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 1.18 KB

README.md

File metadata and controls

16 lines (14 loc) · 1.18 KB

Test best library and solution to use when exporting very large data to excel files in .NET Framework

Rerferences

project & test documentation

knowledge references

Conclusion

NPOI、ClosedXML etc

these libraries will keep excel data in memory, so if the DataTable to export has very large scales(Let's say more than 600,000+), the memory usage will be extremely high

OpenXML

this library actually has the best performance, especially when using OpenXMLWriter directly