You are here

public function Excel_XML::setEncoding in Views Excel Export 7

Same name and namespace in other branches
  1. 6 libs/php-excel.class.php \Excel_XML::setEncoding()

Set encoding

Parameters

string Encoding type to set:

1 call to Excel_XML::setEncoding()
Excel_XML::__construct in libs/php-excel.class.php
Constructor

File

libs/php-excel.class.php, line 95

Class

Excel_XML
Generating excel documents on-the-fly from PHP5

Code

public function setEncoding($sEncoding) {
  $this->sEncoding = $sEncoding;
}