← 返回首页
EPPlus.Sample.NetCore/04-LoadingData at master · EPPlusSoftware/EPPlus.Sample.NetCore · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

Latest commit

 

History

History
 master
Top

Readme.md

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

Footer

© 2026 GitHub, Inc.