com.aspose.cells
Class RenameStrategy

java.lang.Object
    extended by com.aspose.cells.RenameStrategy

public class RenameStrategy 
extends java.lang.Object

Utility class containing constants. Strategy option for duplicate names of columns. When processing data with headers, some scenarios require the headers to be no duplication for all columns. For example, when exporting data to a datatable and the header is required to be taken as datatable's column name, duplicated values of the header are invalid. For such kind of situations, user may determine how to handle them by specifying this strategy.


Field Summary
static final intEXCEPTION
           Throws exception.
static final intDIGIT
           Named with digit. Duplicated names will become ...1, ...2, etc.
static final intLETTER
           Named with letter.. Duplicated names will become ...A, ...B, etc.
 

Field Detail

EXCEPTION

public static final int EXCEPTION
Throws exception.

DIGIT

public static final int DIGIT
Named with digit. Duplicated names will become ...1, ...2, etc.

LETTER

public static final int LETTER
Named with letter.. Duplicated names will become ...A, ...B, etc.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.