com.aspose.cells
Class LoadDataOption

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

public class LoadDataOption 
extends java.lang.Object

The load data options.

Field Summary
int[]SheetIndexes
           Indicates which sheets to be imported.
java.lang.String[]SheetNames
           Indicates which sheets to be imported.
 
Constructor Summary
LoadDataOption()
          
 
Property Getters/Setters Summary
booleangetFormula()
voidsetFormula(boolean value)
           Indicates whether to import the formulas.
booleangetImportFormula()
voidsetImportFormula(boolean value)
           Indicates whether to import the formulas. The default value is true.
booleangetOnlyCreateWorksheet()
voidsetOnlyCreateWorksheet(boolean value)
           Indicates that only creating all worksheet instances without loading data.
 

Field Detail

SheetIndexes

public int[] SheetIndexes
Indicates which sheets to be imported. If SheetNames is not null, this property will no effect.

SheetNames

public java.lang.String[] SheetNames
Indicates which sheets to be imported.

Constructor Detail

LoadDataOption

public LoadDataOption()

Property Getters/Setters Detail

getFormula/setFormula

public boolean getFormula() / public void setFormula(boolean value)
Indicates whether to import the formulas. NOTE: This member is now obsolete. Instead, please use LoadDataOption.ImportFormula property. This property will be removed 12 months later since June 2010. Aspose apologizes for any inconvenience you may have experienced.

getImportFormula/setImportFormula

public boolean getImportFormula() / public void setImportFormula(boolean value)
Indicates whether to import the formulas. The default value is true.

getOnlyCreateWorksheet/setOnlyCreateWorksheet

public boolean getOnlyCreateWorksheet() / public void setOnlyCreateWorksheet(boolean value)
Indicates that only creating all worksheet instances without loading data.

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