java.lang.Object
com.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. | ||
boolean | getOnlyVisibleWorksheet() | |
void | setOnlyVisibleWorksheet(boolean value) | |
| Inidcates only loading the data of the visible worksheet. | ||
| 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) | |
getOnlyVisibleWorksheet/setOnlyVisibleWorksheet | |
public boolean getOnlyVisibleWorksheet() / public void setOnlyVisibleWorksheet(boolean value) | |