Subversion Repositories eFlore/Applications.cel

Rev

Rev 996 | Rev 1621 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 996 Rev 1603
Line 912... Line 912...
912
	 * Constructor
912
	 * Constructor
913
	 *
913
	 *
914
	 * Some basic initialisation
914
	 * Some basic initialisation
915
	 */
915
	 */
916
	function Spreadsheet_Excel_Reader($file='',$store_extended_info=true,$outputEncoding='') {
916
	function Spreadsheet_Excel_Reader($file='',$store_extended_info=true,$outputEncoding='') {
917
		$this->_ole =& new OLERead();
917
		$this->_ole = new OLERead();
918
		$this->setUTFEncoder('iconv');
918
		$this->setUTFEncoder('iconv');
919
		if ($outputEncoding != '') { 
919
		if ($outputEncoding != '') { 
920
			$this->setOutputEncoding($outputEncoding);
920
			$this->setOutputEncoding($outputEncoding);
921
		}
921
		}
922
		for ($i=1; $i<245; $i++) {
922
		for ($i=1; $i<245; $i++) {