Todo List
PHPExcel_Reader_Excel5_Escher
[line 85]
Escher stream data (binary)
[line 92]
Size in bytes of the Escher stream data
[line 106]
The object to be returned by the reader. Modified during load.
[line 99]
Current position of stream pointer in Escher stream data
void load( string $data)
Load Escher stream data. May be a partial Escher stream.
PHPExcel_Reader_Excel5_Escher __construct( mixed $object)
Create a new PHPExcel_Reader_Excel5_Escher instance
int _GetInt2d( string $data, int $pos)
Read 16-bit unsigned integer
int _GetInt4d( string $data, int $pos)
Read 32-bit signed integer
void _readBlipJPEG( )
Read BlipJPEG record. Holds raw JPEG image data
void _readBlipPNG( )
Read BlipPNG record. Holds raw PNG image data
void _readBSE( )
Read BSE record
void _readBstoreContainer( )
Read BstoreContainer record (Blip Store Container)
void _readClientAnchor( )
Read ClientAnchor record. This record holds information about where the shape is anchored in worksheet
void _readClientData( )
Read ClientData record
void _readClientTextbox( )
Read ClientTextbox record
void _readDefault( )
Read a generic record
void _readDg( )
Read Dg record (Drawing)
void _readDgContainer( )
Read DgContainer record (Drawing Container)
void _readDgg( )
Read Dgg record (Drawing Group)
void _readDggContainer( )
Read DggContainer record (Drawing Group Container)
void _readOfficeArtRGFOPTE( string $data, int $n)
Read OfficeArtRGFOPTE table of property-value pairs
void _readOPT( )
Read OPT record. This record may occur within DggContainer record or SpContainer
void _readSp( )
Read Sp record (Shape)
void _readSpContainer( )
Read SpContainer record (Shape Container)
void _readSpgr( )
Read Spgr record (Shape Group)
void _readSpgrContainer( )
Read SpgrContainer record (Shape Group Container)
void _readSplitMenuColors( )
Read SplitMenuColors record
void _readTertiaryOPT( )
Read TertiaryOPT record
[line 75]
[line 76]
[line 67]
[line 62]
[line 73]
[line 74]
[line 72]
[line 68]
[line 63]
[line 66]
[line 61]
[line 71]
[line 70]
[line 65]
[line 69]
[line 64]
[line 77]
[line 78]