Constants

IDENTIFIER_OLE

IDENTIFIER_OLE = IDENTIFIER_OLE

BIG_BLOCK_SIZE

BIG_BLOCK_SIZE = 512

SMALL_BLOCK_SIZE

SMALL_BLOCK_SIZE = 64

PROPERTY_STORAGE_BLOCK_SIZE

PROPERTY_STORAGE_BLOCK_SIZE = 128

SMALL_BLOCK_THRESHOLD

SMALL_BLOCK_THRESHOLD = 4096

NUM_BIG_BLOCK_DEPOT_BLOCKS_POS

NUM_BIG_BLOCK_DEPOT_BLOCKS_POS = 44

ROOT_START_BLOCK_POS

ROOT_START_BLOCK_POS = 48

SMALL_BLOCK_DEPOT_BLOCK_POS

SMALL_BLOCK_DEPOT_BLOCK_POS = 60

EXTENSION_BLOCK_POS

EXTENSION_BLOCK_POS = 68

NUM_EXTENSION_BLOCK_POS

NUM_EXTENSION_BLOCK_POS = 72

BIG_BLOCK_DEPOT_BLOCKS_POS

BIG_BLOCK_DEPOT_BLOCKS_POS = 76

SIZE_OF_NAME_POS

SIZE_OF_NAME_POS = 64

TYPE_POS

TYPE_POS = 66

START_BLOCK_POS

START_BLOCK_POS = 116

SIZE_POS

SIZE_POS = 120

Properties

$wrkbook

$wrkbook : 

Type

$summaryInformation

$summaryInformation : 

Type

$documentSummaryInformation

$documentSummaryInformation : 

Type

$data

$data : 

Type

Methods

read()

read(  $sFileName) 

Read the file

Parameters

$sFileName

string Filename

Throws

\PHPExcel_Reader_Exception

getStream()

getStream(  $stream) : string

Extract binary stream data

Parameters

$stream

Returns

string

_readData()

_readData(integer  $bl) : string

Read a standard stream (by joining sectors using information from SAT)

Parameters

integer $bl

Sector ID where the stream starts

Returns

string —

Data for standard stream

_readPropertySets()

_readPropertySets() 

Read entries in the directory stream.

_GetInt4d()

_GetInt4d(string  $data, integer  $pos) : integer

Read 4 bytes of data at specified position

Parameters

string $data
integer $pos

Returns

integer