This is a collection of basic workbook, worksheet and ranges operations. It is recommended to start from Getting Started
Alternatively you can see the order the workbooks are generated in
and go from there.
Samples in this folder:
No | Sample | Description |
---|---|---|
1.01 | Getting started | Basic usage of EPPlus: create a workbook, fill with data and some basic styling |
1.02 | Read an existing workbook | Read in a workbook |
1.03 | Using async await | Async Await in Epplus |
1.04 | Fill copy and sort ranges | Different range operations |
1.05 | Notes and threaded comments | Handling notes and Comments in Epplus |
1.06 | Sales report with hyperlinks | Hyperlink and database guide |
1.07 | Performance write | Loading and writing in a performant way |
1.08 | Performance read Using Linq | Using Linq on Cells |
1.09 | External links | External links to other workbooks |
1.10 | Ignore errors | How to ignore errors on ranges |