Aspose::Cells::EncodingType enum
EncodingType enum
Enums supported encoding types.
enum class EncodingType
Values
Name | Value | Description |
---|---|---|
Default | 0 | Default encoding type. |
ASCII | 1 | ASCII encoding type. |
UTF8 | 2 | UTF8 encoding type. |
Unicode | 3 | Little-endian Unicode encoding type. |
UnicodeBE | 4 | Big-endian Unicode encoding type. |
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++