Skip to content

Latest commit

 

History

History

04-LoadingData

04 - Loading data

Load data into worksheet from various types of objects. It also demonstrates the Autofit columns feature.

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 show how to load json data from a file into a worksheet.


Back to overview