Error of "Pass by reference"
Brought to you by:
erolozcan
function InsertText( $value )
..
..
$this->WriteText_pos( $this->crow, $this->ccol,
&$value );
..
..
}
I have found that this statement have waring when
execute . As a result , no xls file can be generated.
I have tried to remove the '&' symbol from '&$value'
to '$value' . Everything is Ok. The generated file can
be read from Excel2000