Skip to content

ClassToExcel - A simple .NET library for writing and reading Excel worksheets using a List of T as the input or received output of the operation.

License

Notifications You must be signed in to change notification settings

madcodemonkey/ClassToExcel.OpenXml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ClassToExcel

A simple .NET library for writing and reading Excel worksheets using a List of T as the input or received output of the operation.

Notes

  • Since these reading and writing classes are performing operations in memory, I do NOT recommend using this code to produce large Excel files with lots of rows.
  • Requires the use of Microsoft's OpenXML library: DocumentFormat.OpenXML

Follow these links to learn more about commonly used services:


Follow these links to learn more about services you'll rarely use:

About

ClassToExcel - A simple .NET library for writing and reading Excel worksheets using a List of T as the input or received output of the operation.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages