You are here

private property PHPExcel_Reader_Excel5::$_codepage in Loft Data Grids 6.2

Same name and namespace in other branches
  1. 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php \PHPExcel_Reader_Excel5::_codepage

* Codepage set in the Excel file being read. Only important for BIFF5 (Excel 5.0 - Excel 95) * For BIFF8 (Excel 97 - Excel 2003) this will always have the value 'UTF-16LE' * *

Type: string

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php, line 239

Class

PHPExcel_Reader_Excel5
PHPExcel_Reader_Excel5

Code

private $_codepage;