AutoFilterSupport

AutoFilterSupport

Overview

AutoFilterSupport is a class in Aspose.Cells FOSS for Java.

Provides utility methods for auto-filter support.

Methods

SignatureDescription
normalizeOptionalRange(value: String, parameterName: String)StringNormalizes an optional range value to a valid cell or range reference.
normalizeRequiredRange(value: String, parameterName: String)StringNormalizes a required range value to a valid cell or range reference.
tryNormalizeRange(value: String, normalized: String[])booleanTries to normalize a range value to a valid cell or range reference.
normalizeText(value: String, parameterName: String)StringNormalizes text by trimming whitespace.
normalizeOptionalText(value: String)StringNormalizes optional text by trimming whitespace.
parseOperatorOrDefault(value: String)com.aspose.cells_foss.core.AutoFilterModel.FilterOperatorTypeParses a filter operator string into a FilterOperatorType.
tryParseOperator(value: String, operatorType: com.aspose.cells_foss.core.AutoFilterModel.FilterOperatorType[])booleanTries to parse a filter operator string into a FilterOperatorType.
toOperatorName(operatorType: com.aspose.cells_foss.core.AutoFilterModel.FilterOperatorType)StringConverts a FilterOperatorType to its string representation.
compareFilterColumns(left: com.aspose.cells_foss.core.AutoFilterModel.FilterColumnModel, right: com.aspose.cells_foss.core.AutoFilterModel.FilterColumnModel)intCompares two filter column models by their column index.