XLSXDecryptor
Overview
XLSXDecryptor Python için Aspose.Cells FOSS sınıfıdır.
XLSX dosyalarının şifreleme işlemini yapar.
Bu sınıf, Python programlarında XLSXDecryptor nesneleriyle çalışmak için 2 yöntem sunar. Mevcut yöntemler şunları içerir: decrypt_file, decrypt_to_memory. Tüm kamu üyeleri, Python paket için Aspose.Cells FOSS’u yükledikten sonra herhangi bir Python uygulamasına erişilebilir.
Methods
| Signature | Description |
|---|---|
decrypt_file(input_encrypted_path, output_path, password) | Şifreli bir XLSX dosyası şifreleme. |
decrypt_to_memory(input_encrypted_path, password) | Şifreli bir XLSX dosyasını hafızaya şifreleme. |