public final class SpreadsheetLoadOptions extends LoadOptions
Represents document loading options for a Spreadsheet document.
Constructor and Description |
---|
SpreadsheetLoadOptions()
Initializes a new instance of the
class. |
SpreadsheetLoadOptions(String password)
Initializes a new instance of the
class with a specified password. |
getPassword, setPassword
public SpreadsheetLoadOptions()
SpreadsheetLoadOptions
class.public SpreadsheetLoadOptions(String password)
SpreadsheetLoadOptions
class with a specified password.password
- The password for opening an encrypted content.