Skip to content

Test solution for exporting very large data(600,000+) to excel files in .Net Framework

Notifications You must be signed in to change notification settings

huangjun0124/LargeDataExportExcel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Test solution for exporting very large data(600,000+) to excel files in .Net Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages