MinimalCFBWriter
Összefoglaló
MinimalCFBWriter egy Python-ben található Aspose.Cells enum.
Minimum CFB fájlíró a titkosított Office dokumentumokhoz.
Értékek
| Value | Description |
|---|---|
HEADER_SIGNATURE | Represents the CFB file header magic number |
MINOR_VERSION | Represents the minor version field of the CFB header |
MAJOR_VERSION_3 | Represents major version value 3 for CFB format |
MAJOR_VERSION_4 | Represents major version value 4 for CFB format |
BYTE_ORDER | Represents the byte order marker (little-endian) in the CFB header |
SECTOR_SIZE_V3 | Represents sector size (512 bytes) used in CFB version 3 |
SECTOR_SIZE_V4 | Represents sector size (4096 bytes) used in CFB version 4 |
MINI_SECTOR_SIZE | Represents the size (64 bytes) of mini sectors in CFB |
DIFSECT | Represents the marker for a DIFAT sector in the FAT chain |
FATSECT | |
ENDOFCHAIN | Represents the end-of-chain marker in FAT entries |
FREESECT | Represents the free sector marker in FAT entries |
Módszerek
| Signature | Description |
|---|---|
__init__(sector_size) | Initialize CFB writer. |
add_stream(name, data) | Add a stream to the CFB file. |
write(file_path) | Write CFB file. |