AutoFilter
Auto filter is the quickest way to select only those items from the worksheet that you want to display in a list. The auto filter feature allows users to filter items in a list according to a set criteria. Filter based on text, numbers or dates.
Different types of Filter
Aspose.Cells Cloud provides multiple APIs to apply different type of filters like Color Filter, Date Filter, Number Filter, Text Filter, Blank Filters and None Blank Filters.
|
Aspose.Cells Cloud provides the API of add fill color filter to filter data based upon the fill color property of the cells. |
|
Different types of date filters can be implemented like filtering all the rows having dates in January 2018. the API of add date color filter can implement this functionality. |
|
Sometimes dynamic filters are required based on a date like all the cells having dates in January irrespective of the year. the API of dynamic filter |
|
The Custom filters API can be applied using Aspose.Cells like selecting cells having number between a given range. |
|
If a column contains text and cells are to be selected containing particular text, The add filter API can be used. |
|
If a column contains text such that few cells are blank, and filter is required to select those rows only where blank cells are present, The match all blank cells API can be used |
|
When cells having any text are to be filtered, The match all blank cells API can be used |
|
Aspose.Cells Cloud provides custom filters API like filter rows which contain some specific string and filter rows which begins or end with some specific string. |
Auto Filter Data Operate
- How to add a color filter in an Excel worksheet.
- How to add a custom filter in an Excel worksheet.
- How to add a date filter in an Excel worksheet.
- How to add a dynamic filter in an Excel worksheet.
- How to add a filter in an Excel worksheet.
- How to add a icon filter in an Excel worksheet.
- How to delete a date filter in an Excel worksheet.
- How to delete a filter in an Excel worksheet.
- How to get an autofilter description from an Excel worksheet.
- How to match all blank in an Excel worksheet.
- How to match all non blank in an Excel worksheet.
- How to refresh an autofilter in an Excel worksheet.