You are here

public function PHPExcel_Reader_SYLK::setInputEncoding in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/SYLK.php \PHPExcel_Reader_SYLK::setInputEncoding()

* Set input encoding * *

Parameters

string $pValue Input encoding:

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/SYLK.php, line 112

Class

PHPExcel_Reader_SYLK
PHPExcel_Reader_SYLK

Code

public function setInputEncoding($pValue = 'ANSI') {
  $this->_inputEncoding = $pValue;
  return $this;
}