Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 1602 → Rev 1603

/trunk/jrest/lib/ExcelReader/excel_reader2.php
914,7 → 914,7
* Some basic initialisation
*/
function Spreadsheet_Excel_Reader($file='',$store_extended_info=true,$outputEncoding='') {
$this->_ole =& new OLERead();
$this->_ole = new OLERead();
$this->setUTFEncoder('iconv');
if ($outputEncoding != '') {
$this->setOutputEncoding($outputEncoding);