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.