You are here

public function Excel_XML::setEncoding in Ubercart CSV 6.2

Same name and namespace in other branches
  1. 7.2 inc/excel-export.inc \Excel_XML::setEncoding()

Set encoding

Parameters

string Encoding type to set:

1 call to Excel_XML::setEncoding()
Excel_XML::__construct in inc/excel-export.inc
Constructor

File

inc/excel-export.inc, line 95

Class

Excel_XML
Generating excel documents on-the-fly from PHP5

Code

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