MinimalCFBWriter

General

MinimalCFBWriter és un enum a Aspose.Cells per Python.

Minimal escritor de fitxers CFB per a documents d’Office xifrats.

Valors

ValueDescription
HEADER_SIGNATURERepresents the CFB file header magic number
MINOR_VERSIONRepresents the minor version field of the CFB header
MAJOR_VERSION_3Represents major version value 3 for CFB format
MAJOR_VERSION_4Represents major version value 4 for CFB format
BYTE_ORDERRepresents the byte order marker (little-endian) in the CFB header
SECTOR_SIZE_V3Represents sector size (512 bytes) used in CFB version 3
SECTOR_SIZE_V4Represents sector size (4096 bytes) used in CFB version 4
MINI_SECTOR_SIZERepresents the size (64 bytes) of mini sectors in CFB
DIFSECTRepresents the marker for a DIFAT sector in the FAT chain
FATSECT
ENDOFCHAINRepresents the end-of-chain marker in FAT entries
FREESECTRepresents the free sector marker in FAT entries

Mètodes

SignatureDescription
__init__(sector_size)Initialize CFB writer.
add_stream(name, data)Add a stream to the CFB file.
write(file_path)Write CFB file.
 Català