You are here

9 calls to PHPExcel_Shared_String::UTF8toBIFF8UnicodeLong() in Loft Data Grids 6.2

PHPExcel_Writer_Excel5_Workbook::_writeDefinedNameBiff8 in vendor/phpoffice/phpexcel/Classes/PHPExcel/Writer/Excel5/Workbook.php
* Write a DEFINEDNAME record for BIFF8 using explicit binary formula data * *
PHPExcel_Writer_Excel5_Workbook::_writeNumFormat in vendor/phpoffice/phpexcel/Classes/PHPExcel/Writer/Excel5/Workbook.php
* Writes Excel FORMAT record for non "built-in" numerical formats. * *
PHPExcel_Writer_Excel5_Worksheet::_writeCFRule in vendor/phpoffice/phpexcel/Classes/PHPExcel/Writer/Excel5/Worksheet.php
* Write CFRule Record *
PHPExcel_Writer_Excel5_Worksheet::_writeDataValidity in vendor/phpoffice/phpexcel/Classes/PHPExcel/Writer/Excel5/Worksheet.php
* Store the DATAVALIDATIONS and DATAVALIDATION records.
PHPExcel_Writer_Excel5_Worksheet::_writeFooter in vendor/phpoffice/phpexcel/Classes/PHPExcel/Writer/Excel5/Worksheet.php
* Store the footer caption BIFF record.
PHPExcel_Writer_Excel5_Worksheet::_writeHeader in vendor/phpoffice/phpexcel/Classes/PHPExcel/Writer/Excel5/Worksheet.php
* Store the header caption BIFF record.
PHPExcel_Writer_Excel5_Worksheet::_writeLabelSst in vendor/phpoffice/phpexcel/Classes/PHPExcel/Writer/Excel5/Worksheet.php
* Write a string to the specified row and column (zero indexed). * This is the BIFF8 version (no 255 chars limit). * $format is optional. * Returns 0 : normal termination * -2 : row or column out of range * -3 : long string truncated to…
PHPExcel_Writer_Excel5_Worksheet::_writeRangeProtection in vendor/phpoffice/phpexcel/Classes/PHPExcel/Writer/Excel5/Worksheet.php
* Write BIFF record RANGEPROTECTION * * Openoffice.org's Documentaion of the Microsoft Excel File Format uses term RANGEPROTECTION for these records * Microsoft Office Excel 97-2007 Binary File Format Specification uses term FEAT for these…
PHPExcel_Writer_Excel5_Worksheet::_writeStringRecord in vendor/phpoffice/phpexcel/Classes/PHPExcel/Writer/Excel5/Worksheet.php
* Write a STRING record. This * *