Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 357 Bytes

File metadata and controls

9 lines (7 loc) · 357 Bytes

01 - Getting started

These samples demonstrates the formula calculation capabilities of EPPlus.

Creates a workbook from scratch. The workbook contains one worksheet with a simple invertory list. Data is loaded manually via the Cells property of the Worksheet.


Back to overview