Introduction
This article is about reading data from Excel and appending extra data without saving a physical path using the EPPlus package.
EP Plus is a open-source 3rd party DLL . We use the EP Plus package to write data to excel sheet. It supports multiple properties of spreadsheets, like cell ranges, cell styles, data validations, comments, etc. The library is available for use via NuGet.
The following Classes are available in EP Plus Package:
| Name | Description |
| ExcelPackage | Reprasent Excel 2007/2010 XLSX file package |
| ExcelAddress | Range address with the address property |
| ExcelAddressBase | A range address |
| ExcelBackgroundImage | Am image that files the background of worksheet |
| ExcelAddressCell | A single cell address |
| ExcelCellBase | Base class containg cell address manipulating methods |
| ExcelColumn | Reprasents one or more columns with the worksheet |
| ExcelComment | An ExcelCell Comment |
| ExcelCommentCollection | Collection of Excelcomment objects |
| ExcelEncryption | How and if the workbook is encrypted |
| ExcelHeaderFooter | Reprasents header and footer on an Excel worksheet |
| ExcelHeaderFooterText | Print header and footer |
| ExcelHyperLink | HyperlinkClass |
| ExcelNamedRange | A named range |
| ExcelNamedRangeCollection | Collection of named ranges |



Join the conversation! Your thoughts help the community grow.