13 calls to PHPExcel_Shared_String::CountCharacters() in Loft Data Grids 7.2
- PHPExcel_Calculation_TextData::SEARCHINSENSITIVE in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Calculation/ TextData.php - * SEARCHINSENSITIVE * *
- PHPExcel_Calculation_TextData::SEARCHSENSITIVE in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Calculation/ TextData.php - * SEARCHSENSITIVE * *
- PHPExcel_Reader_Excel5::_readLabelSst in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Reader/ Excel5.php - * Read LABELSST record * This record represents a cell that contains a string. It * replaces the LABEL record and RSTRING record used in * BIFF2-BIFF5. * * -- "OpenOffice.org's Documentation of the Microsoft * Excel File…
- PHPExcel_Shared_Font::getTextWidthPixelsApprox in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Shared/ Font.php - * Get approximate width in pixels for a string of text in a certain font at a certain rotation angle * *
- 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_Worksheet::setCodeName in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Worksheet.php - * Define the code name of the sheet * *
- PHPExcel_Worksheet::setTitle in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Worksheet.php - Set title
- PHPExcel_Worksheet::_checkSheetCodeName in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Worksheet.php - Check sheet code name for valid Excel syntax
- PHPExcel_Worksheet::_checkSheetTitle in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Worksheet.php - Check sheet title for valid Excel syntax
- 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_Worksheet::close in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ Excel5/ Worksheet.php - * Add data to the beginning of the workbook (note the reverse order) * and to the end of the workbook. * * @access public *
- 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 * *