You are here

9 calls to PHPExcel_Shared_String::ConvertEncoding() in Loft Data Grids 7.2

PHPExcel_Reader_CSV::loadIntoExisting in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/CSV.php
* Loads PHPExcel from file into PHPExcel instance * *
PHPExcel_Reader_Excel2003XML::_convertStringEncoding in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel2003XML.php
PHPExcel_Reader_Excel5::_decodeCodepage in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* Convert string to UTF-8. Only used for BIFF5. * *
PHPExcel_Reader_Excel5::_encodeUTF16 in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* Get UTF-8 string from (compressed or uncompressed) UTF-16 string * *
PHPExcel_Reader_Excel5::_readDocumentSummaryInformation in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* Read additional document summary information
PHPExcel_Reader_Excel5::_readSummaryInformation in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* Read summary information
PHPExcel_Shared_String::UTF8toBIFF8UnicodeLong in vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/String.php
* Converts a UTF-8 string into BIFF8 Unicode string data (16-bit string length) * Writes the string using uncompressed notation, no rich text, no Asian phonetics * If mbstring extension is not available, ASCII is assumed, and compressed notation…
PHPExcel_Shared_String::UTF8toBIFF8UnicodeShort in vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/String.php
* Converts a UTF-8 string into BIFF8 Unicode string data (8-bit string length) * Writes the string using uncompressed notation, no rich text, no Asian phonetics * If mbstring extension is not available, ASCII is assumed, and compressed notation is…
PHPExcel_Writer_Excel5_Worksheet::_writeUrlInternal in vendor/phpoffice/phpexcel/Classes/PHPExcel/Writer/Excel5/Worksheet.php
* Used to write internal reference hyperlinks such as "Sheet1!A1". * * @access private * *