Aspose::Cells::EncryptionType enum

EncryptionType enum

Encryption Type. Only used by excel2003. We will encrypt 2007/2010 workbook using SHA AES the same as Excel does, and this EncryptionType will be ignored.

enum class EncryptionType

Values

NameValueDescription
XOR0
Compatible1
Office 97/2000 compatible.
EnhancedCryptographicProviderV12
StrongCryptographicProvider3

See Also