Enables memory optimization mechanisms during input document processing,
which may degrade performance in some special cases, but on the other
hand decrease memory usage.
SpreadsheetLoadOptions()
public SpreadsheetLoadOptions()
Default parameterless constructor - all parameters have default values
getPassword()
public final String getPassword()
Allows to specify, modify and obtain the password, which will be used for
opening the Spreadsheet document, if it is encoded. Set to NULL or empty
string in order to not use the password (default value).
Returns:
java.lang.String
setPassword(String value)
public final void setPassword(String value)
Allows to specify, modify and obtain the password, which will be used for
opening the Spreadsheet document, if it is encoded. Set to NULL or empty
string in order to not use the password (default value).
Parameters:
Parameter
Type
Description
value
java.lang.String
getOptimizeMemoryUsage()
public final boolean getOptimizeMemoryUsage()
Enables memory optimization mechanisms during input document processing,
which may degrade performance in some special cases, but on the other
hand decrease memory usage. Useful when processing huge documents and
facing OutOfMemoryException. Default is false (memory optimization is
disabled for the sake of better performance).
Returns:
boolean
setOptimizeMemoryUsage(boolean value)
public final void setOptimizeMemoryUsage(boolean value)
Enables memory optimization mechanisms during input document processing,
which may degrade performance in some special cases, but on the other
hand decrease memory usage. Useful when processing huge documents and
facing OutOfMemoryException. Default is false (memory optimization is
disabled for the sake of better performance).
Parameters:
Parameter
Type
Description
value
boolean
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.