com.aspose.cells

Class RenameStrategy

  • java.lang.Object
    • com.aspose.cells.RenameStrategy
public class RenameStrategy 
extends java.lang.Object

Utility class containing constants. Renames strategy when columns contains the duplicate names.

Field Summary
static final intEXCEPTION
Throws exception.
static final intDIGIT
Named with sigit.
static final intLETTER
Named with leteter.
 

    • Field Detail

      • EXCEPTION

        public static final int EXCEPTION
        Throws exception.
      • DIGIT

        public static final int DIGIT
        Named with sigit.
      • LETTER

        public static final int LETTER
        Named with leteter.