Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.21 KB

File metadata and controls

21 lines (16 loc) · 1.21 KB

02 - Import and Export

This catalouge summarizes how to import and export to different targets

Samples in this folder:

No Sample Description
2.1 Load data from collection Load data into worksheet from various types of objects. It also demonstrates the Autofit columns feature.
2.2 Export data to collection Demonstrates Export ranges and tables into an IEnumerable<T> where T is a class type.
2.3 Import export csv files Loads two CSV files into tables and adds a chart to each sheet.
2.4 Import export DataTable These samples demonstrates how to import and export data to/from a range to/from a DataTable.
2.5 Export to html Export ranges and tables as HTML from EPPlus
2.6 Export to json This samples demonstrates Export ranges and tables as json in EPPlus.

Alternatively you can see the order the samples are generated in here

and go from there.


Back to overview