Skip to content

Latest commit

 

History

History

13-Filter

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

13 - Filters

These samples demonstrates the filter capabilities of EPPlus.

The code in the RunAsync function will produce a workbook named 13-Filters.xlsx. The following filters are included:

  • Value
  • DateTime
  • Custom
  • Top10
  • Dynamic Above Average
  • Dynamic Date

The code also demonstrates filters on tables and pivot tables

  • TableFilter sample
  • PivotTableFilter sample

Back to overview