madcodemonkey / ClassToExcel.OpenXml

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.

Repository from Github https://github.commadcodemonkey/ClassToExcel.OpenXmlRepository from Github https://github.commadcodemonkey/ClassToExcel.OpenXml

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.

License:GNU General Public License v3.0


Languages

Language:C# 100.0%