Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 523 Bytes

File metadata and controls

20 lines (16 loc) · 523 Bytes

4.2 - Filters

These samples demonstrates the filter capabilities of EPPlus.

The code in the RunAsync function will produce a workbook named 4.2-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 sample overview

Back to project overview