public class GridWorkbookSettings
extends java.lang.Object
Example
GridJsWorkbook g = new GridJsWorkbook();
GridWorkbookSettings gsettings = new GridWorkbookSettings();
g.setSettings(gsettings);
//do your business
| Constructor and Description |
|---|
GridWorkbookSettings() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAuthor()
Gets the author of the file.
|
boolean |
getCheckCustomNumberFormat()
Indicates whether checking custom number format when setting Style.Custom.
|
boolean |
getCreateCalcChain()
Indicates whether create calculated formulas chain.
|
boolean |
getDate1904()
Gets a value which represents if the workbook uses the 1904 date system.
|
boolean |
getEnableMacros()
Enable macros; Now it only works when copying a worksheet to other worksheet in a workbook.
|
boolean |
getForceFullCalculate()
Indicates whether fully calculates every time when a calculation is triggered.
|
boolean |
getIteration()
Indicates whether use iteration to resolve circular references.
|
int |
getMaxIteration()
Returns or sets the maximum number of iterations to resolve a circular reference, the default value is 100.
|
boolean |
getPrecisionAsDisplayed()
True if calculations in this workbook will be done using only the precision of the numbers as they're displayed
|
boolean |
getReCalculateOnOpen()
Indicates whether re-calculate all formulas on opening file.
|
void |
setAuthor(java.lang.String value)
Sets the author of the file.
|
void |
setCheckCustomNumberFormat(boolean value)
Indicates whether checking custom number format when setting Style.Custom.
|
void |
setCreateCalcChain(boolean value)
Indicates whether create calculated formulas chain.
|
void |
setDate1904(boolean value)
Sets a value which represents if the workbook uses the 1904 date system.
|
void |
setEnableMacros(boolean value)
Enable macros; Now it only works when copying a worksheet to other worksheet in a workbook.
|
void |
setForceFullCalculate(boolean value)
Indicates whether fully calculates every time when a calculation is triggered.
|
void |
setIteration(boolean value)
Indicates whether use iteration to resolve circular references.
|
void |
setMaxIteration(int value)
Returns or sets the maximum number of iterations to resolve a circular reference, the default value is 100.
|
void |
setPrecisionAsDisplayed(boolean value)
True if calculations in this workbook will be done using only the precision of the numbers as they're displayed
|
void |
setReCalculateOnOpen(boolean value)
Indicates whether re-calculate all formulas on opening file.
|
public int getMaxIteration()
public void setMaxIteration(int value)
public boolean getIteration()
public void setIteration(boolean value)
public boolean getForceFullCalculate()
public void setForceFullCalculate(boolean value)
public boolean getCreateCalcChain()
public void setCreateCalcChain(boolean value)
public boolean getReCalculateOnOpen()
public void setReCalculateOnOpen(boolean value)
public boolean getPrecisionAsDisplayed()
public void setPrecisionAsDisplayed(boolean value)
public boolean getDate1904()
public void setDate1904(boolean value)
public boolean getEnableMacros()
public void setEnableMacros(boolean value)
public boolean getCheckCustomNumberFormat()
public void setCheckCustomNumberFormat(boolean value)
public java.lang.String getAuthor()
public void setAuthor(java.lang.String value)
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.