aspose.cells

Class AbstractGlobalizationSettings

Represents the globalization settings.

Method Summary
functioncompare(v1, v2, ignoreCase)
Compares two string values according to certain collation rules.
functiongetCollationKey(v, ignoreCase)
Transforms the string into a comparable object according to certain collation rules.
 

    • Method Detail

      • compare

        function compare(v1, v2, ignoreCase)
        Compares two string values according to certain collation rules.
        Parameters:
        v1: String - the first string
        v2: String - the second string
        ignoreCase: boolean - whether ignore case when comparing values
        Returns:
        Integer that indicates the lexical relationship between the two comparands
      • getCollationKey

        function getCollationKey(v, ignoreCase)
        Transforms the string into a comparable object according to certain collation rules.
        Parameters:
        v: String - String value needs to be compared with others.
        ignoreCase: boolean - whether ignore case when comparing values
        Returns:
        Object can be used to compare or sort string values