Name | Description | |
---|---|---|
XlsxOpenOptions Constructor | Constructor |
The following tables list the members exposed by XlsxOpenOptions.
Name | Description | |
---|---|---|
XlsxOpenOptions Constructor | Constructor |
Name | Description | |
---|---|---|
getDigitalSignatureOnly | Gets whether to open the workbook in digital signature only mode.
In the digital signature only mode, existing signatures will be preserved unless you called @code:ISignature.Delete. But you can only sign existing signature lines, add invisible signatures, remove digital signature of signed signature lines, or remove invisible signatures in this mode. Other changes will be discarded. After modifying digital signatures, you need to save the workbook to commit changes. @code:True to open workbook in digital signature only mode.Otherwise, use normal mode. The default value is @code:False. | |
getDoNotAutoFitAfterOpened | Gets whether to autofit the row height after loading the file. | |
getDoNotRecalculateAfterOpened | Gets whether to recalculate when getting formula value after loading the file. | |
getFileFormat | Get the file format setting. (Inherited from com.grapecity.documents.excel.OpenOptionsBase) | |
getImportFlags | Gets the flags on loading data. Default is ImportFlags.NoFlag. | |
getPassword | The password for the xlsx file. | |
setDigitalSignatureOnly | Sets whether to open the workbook in digital signature only mode.
In the digital signature only mode, existing signatures will be preserved unless you called @code:ISignature.Delete. But you can only sign existing signature lines, add invisible signatures, remove digital signature of signed signature lines, or remove invisible signatures in this mode. Other changes will be discarded. After modifying digital signatures, you need to save the workbook to commit changes. @code:True to open workbook in digital signature only mode.Otherwise, use normal mode. The default value is @code:False. | |
setDoNotAutoFitAfterOpened | Sets whether to autofit the row height after loading the file. | |
setDoNotRecalculateAfterOpened | Sets whether to recalculate when getting formula value after loading the file. | |
setImportFlags | Sets the flags on loading data. Default is ImportFlags.NoFlag. | |
setPassword | The password for the xlsx file. |