public final class XlsxLoadOptions extends LoadOptions
Constructor and Description |
---|
XlsxLoadOptions()
Initializes a new instance of the
XlsxLoadOptions 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 XLSX 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 XLSX file format features that are not directly supported through GemBox.Spreadsheet object model.
|
getCsvDefault, getHtmlDefault, getOdsDefault, getXlsDefault, getXlsxDefault
public XlsxLoadOptions()
XlsxLoadOptions
class.public String getPassword()
public boolean isPreserveUnsupportedFeatures()
Default value is set to true
.
true
to preserve XLSX 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 XLSX file format features that are not directly supported through GemBox.Spreadsheet object model; otherwise, false
.© GemBox Ltd. — All rights reserved.