java.lang.Objectcom.aspose.cells.LoadDataOption
public class LoadDataOption
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 | ||
---|---|---|
boolean | getFormula() | |
void | setFormula(boolean value) | |
Indicates whether to import the formulas. | ||
boolean | getImportFormula() | |
void | setImportFormula(boolean value) | |
Indicates whether to import the formulas. The default value is true. | ||
boolean | getOnlyCreateWorksheet() | |
void | setOnlyCreateWorksheet(boolean value) | |
Indicates that only creating all worksheet instances without loading data. |
Field Detail |
---|
SheetIndexes | |
public int[] SheetIndexes |
SheetNames | |
public java.lang.String[] SheetNames |
Constructor Detail |
---|
public LoadDataOption()
Property Getters/Setters Detail |
---|
getFormula/setFormula | |
public boolean getFormula() / public void setFormula(boolean value) |
getImportFormula/setImportFormula | |
public boolean getImportFormula() / public void setImportFormula(boolean value) |
getOnlyCreateWorksheet/setOnlyCreateWorksheet | |
public boolean getOnlyCreateWorksheet() / public void setOnlyCreateWorksheet(boolean value) |