Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 827 Bytes

File metadata and controls

19 lines (13 loc) · 827 Bytes

6.1 - Formula calculation

These samples demonstrates the formula calculation capabilities of EPPlus.

This sample opens an Excel workbook (FormulaCalcSample.xlsx) and recalculates the formulas in it. Functions used: SUM, SUMIFS, and nested VLOOKUP

It also shows the three different contexts where Calculate can be called: workbook, worksheet and range.

This sample demonstrates how to create a workbook with EPPlus, add formulas to it and calculate them.

This sample demonstrates how to add custom functions to the EPPlus formula engine.


Back to sample overview

Back to project overview