← 返回首页
EPPlus.Sample.NetCore/06-FormulaCalculation 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

06 - 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 overview

Footer

© 2026 GitHub, Inc.