You are here

9 calls to PHPExcel_Reader_Excel5::_readUnicodeStringLong() in Loft Data Grids 6.2

PHPExcel_Reader_Excel5::_readBIFF8Constant in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* read BIFF8 constant value which may be 'Empty Value', 'Number', 'String Value', 'Boolean Value', 'Error Value' * section 2.5.7 * returns e.g. array('value' => '5',…
PHPExcel_Reader_Excel5::_readDataValidation in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* Read DATAVALIDATION record
PHPExcel_Reader_Excel5::_readExternalBook in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* Read EXTERNALBOOK record
PHPExcel_Reader_Excel5::_readFooter in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* Read FOOTER record
PHPExcel_Reader_Excel5::_readFormat in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* FORMAT * * This record contains information about a number format. * All FORMAT records occur together in a sequential list. * * In BIFF2-BIFF4 other records referencing a FORMAT record * contain a zero-based index into this list. From…
PHPExcel_Reader_Excel5::_readHeader in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* Read HEADER record
PHPExcel_Reader_Excel5::_readLabel in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* Read LABEL record * This record represents a cell that contains a string. In * BIFF8 it is usually replaced by the LABELSST record. * Excel still uses this record, if it copies unformatted * text cells to the clipboard. * *…
PHPExcel_Reader_Excel5::_readNote in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* The NOTE record specifies a comment associated with a particular cell. In Excel 95 (BIFF7) and earlier versions, * this record stores a note (cell note). This feature was significantly enhanced in Excel 97.
PHPExcel_Reader_Excel5::_readString in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* Read a STRING record from current stream position and advance the stream pointer to next record * This record is used for storing result from FORMULA record when it is a string, and * it occurs directly after the FORMULA record * *