Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 658 Bytes

File metadata and controls

14 lines (10 loc) · 658 Bytes

6.2 - Dynamic Array Formula calculation

These samples demonstrates the formula calculation capabilities of EPPlus.

This sample creates an Excel workbook, imports data from a database into a table and uses the FILTER function to create a line chart for the result.

This sample shows how to add dynamic array formulas, legacy array formulas, implicit intersection and using the output from a dynamic array formula in calculations.


Back to sample overview

Back to project overview