Load data into worksheet from various types of objects. It also demonstrates the Autofit columns feature.
Determines the order the samples in this folder runs in.
Demonstrates how to load data into a worksheet from the following object types:
- Anonymous classes
- POCO instances (strongly typed classes)
- DataTable
Demonstrates how to load data into a worksheet from the following object types:
- dynamic/ExpandoObject's
It also shows how to load json data from a file into a worksheet.
Showcases how to load from a more advanced collection with the following attributes:
- EpplusTable
- EpplusTableColumn
- EpplusNestedTableColumn
- EpplusIgnore
Also includes changing table attributes in inheriting classes