Filter and Sorting with Gridweb in Java

Hi,
Where can I find an example of how to add filter and sort on columns as in Excel files?
I am using Java.

Thank you!

@nenciuioa,

See the document on how to apply data sorting in GridWeb (Java) for your reference:

For filtering feature, see the code segment especially “autoFilter” function in the servlet (Java) file:
https://github.com/aspose-cells/Aspose.Cells.Grid-for-Java/blob/master/Examples.GridWeb/war/project/src/com/aspose/gridweb/test/servlet/FunctionServlet.java

We recommend you to kindly see and test our featured demos (which demonstrate all the features including data sorting and filtering data) for your complete reference.

1 Like