public function PHPExcel_Reader_HTML::setInputEncoding in Loft Data Grids 6.2
Same name and namespace in other branches
- 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/HTML.php \PHPExcel_Reader_HTML::setInputEncoding()
Set input encoding
Parameters
string $pValue Input encoding:
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Reader/ HTML.php, line 152
Class
- PHPExcel_Reader_HTML
- PHPExcel_Reader_HTML
Code
public function setInputEncoding($pValue = 'ANSI') {
$this->_inputEncoding = $pValue;
return $this;
}