public final class XlsLoadOptions extends LoadOptions
Constructor and Description |
---|
XlsLoadOptions()
Initializes a new instance of the
XlsLoadOptions class. |
Modifier and Type | Method and Description |
---|---|
String |
getPassword()
Gets the password to open protected / encrypted workbook.
|
boolean |
isPreserveUnsupportedFeatures()
Gets a value indicating whether to preserve XLS file format features that are not directly supported through GemBox.Spreadsheet object model.
|
void |
setPassword(String password)
Sets the password to open protected / encrypted workbook.
|
void |
setPreserveUnsupportedFeatures(boolean preserveUnsupportedFeatures)
Sets a value indicating whether to preserve XLS file format features that are not directly supported through GemBox.Spreadsheet object model.
|
getCsvDefault, getHtmlDefault, getOdsDefault, getXlsDefault, getXlsxDefault
public XlsLoadOptions()
XlsLoadOptions
class.public String getPassword()
public boolean isPreserveUnsupportedFeatures()
Default value is set to true
.
true
to preserve XLS file format features that are not directly supported through GemBox.Spreadsheet object model; otherwise, false
.public void setPassword(String password)
public void setPreserveUnsupportedFeatures(boolean preserveUnsupportedFeatures)
Default value is set to true
.
preserveUnsupportedFeatures
- true
to preserve XLS file format features that are not directly supported through GemBox.Spreadsheet object model; otherwise, false
.© GemBox Ltd. — All rights reserved.