método set_encryption_options
set_encryption_options(self, encryption_type, key_length)
Establecer opciones de cifrado.
def set_encryption_options(self, encryption_type, key_length):
...
| Parámetro | Tipo | Descripción |
|---|---|---|
| encryption_type | EncryptionType | El tipo de cifrado. |
| key_length | int | La longitud de la clave. |
Ver también
- módulo
aspose.cells - clase
Workbook