ILIAS
Release_4_4_x_branch Revision 61816
|
Public Member Functions | |
OLERead () | |
read ($sFileName) | |
__readData ($bl) | |
__readPropertySets () | |
getWorkBook () |
Data Fields | |
$data = '' |
Definition at line 95 of file excel_reader2.php.
OLERead::__readData | ( | $bl | ) |
Definition at line 187 of file excel_reader2.php.
References $data, and BIG_BLOCK_SIZE.
Referenced by getWorkBook(), and read().
OLERead::__readPropertySets | ( | ) |
Definition at line 199 of file excel_reader2.php.
References $d, $size, GetInt4d(), PROPERTY_STORAGE_BLOCK_SIZE, SIZE_OF_NAME_POS, SIZE_POS, START_BLOCK_POS, and TYPE_POS.
Referenced by read().
OLERead::getWorkBook | ( | ) |
Definition at line 229 of file excel_reader2.php.
References __readData(), BIG_BLOCK_SIZE, SMALL_BLOCK_SIZE, and SMALL_BLOCK_THRESHOLD.
OLERead::OLERead | ( | ) |
Definition at line 97 of file excel_reader2.php.
OLERead::read | ( | $sFileName | ) |
Definition at line 99 of file excel_reader2.php.
References __readData(), __readPropertySets(), BIG_BLOCK_DEPOT_BLOCKS_POS, BIG_BLOCK_SIZE, EXTENSION_BLOCK_POS, GetInt4d(), IDENTIFIER_OLE, NUM_BIG_BLOCK_DEPOT_BLOCKS_POS, NUM_EXTENSION_BLOCK_POS, ROOT_START_BLOCK_POS, and SMALL_BLOCK_DEPOT_BLOCK_POS.
OLERead::$data = '' |
Definition at line 96 of file excel_reader2.php.
Referenced by __readData().