Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 1621 → Rev 3473

/trunk/jrest/lib/ExcelReader/excel_reader2.php
95,7 → 95,7
 
class OLERead {
var $data = '';
function OLERead(){ }
function __construct(){ }
 
function read($sFileName){
// check if file exist and is readable (Darko Miljanovic)
913,7 → 913,7
*
* Some basic initialisation
*/
function Spreadsheet_Excel_Reader($file='',$store_extended_info=true,$outputEncoding='') {
function __construct($file='',$store_extended_info=true,$outputEncoding='') {
$this->_ole = new OLERead();
$this->setUTFEncoder('iconv');
if ($outputEncoding != '') {