AutoFilterSupport
Overview
AutoFilterSupport is a class in Aspose.Cells FOSS for Java.
Provides utility methods for auto-filter support.
Methods
| Signature | Description |
|---|---|
normalizeOptionalRange(value: String, parameterName: String) → String | Normalizes an optional range value to a valid cell or range reference. |
normalizeRequiredRange(value: String, parameterName: String) → String | Normalizes a required range value to a valid cell or range reference. |
tryNormalizeRange(value: String, normalized: String[]) → boolean | Tries to normalize a range value to a valid cell or range reference. |
normalizeText(value: String, parameterName: String) → String | Normalizes text by trimming whitespace. |
normalizeOptionalText(value: String) → String | Normalizes optional text by trimming whitespace. |
parseOperatorOrDefault(value: String) → com.aspose.cells_foss.core.AutoFilterModel.FilterOperatorType | Parses a filter operator string into a FilterOperatorType. |
tryParseOperator(value: String, operatorType: com.aspose.cells_foss.core.AutoFilterModel.FilterOperatorType[]) → boolean | Tries to parse a filter operator string into a FilterOperatorType. |
toOperatorName(operatorType: com.aspose.cells_foss.core.AutoFilterModel.FilterOperatorType) → String | Converts a FilterOperatorType to its string representation. |
compareFilterColumns(left: com.aspose.cells_foss.core.AutoFilterModel.FilterColumnModel, right: com.aspose.cells_foss.core.AutoFilterModel.FilterColumnModel) → int | Compares two filter column models by their column index. |