Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.13 KB

File metadata and controls

35 lines (23 loc) · 1.13 KB

01 - Loading data from collection

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


Back to sample overview Back to project overview