Andrea - 2013-05-31 12:40:51 -
In reply to message 1 from David Guerra
Hi Andrew,
I'm trying of using your class, but I have a problem:
when I execute the file sample.php, firefox give me a message:
Fatal error: Call-time pass-by-reference has been removed in C:\xampp\htdocs\andreas04\excelxmlparser\ExcelXMLParser.php on line 457
The line the message is referred to is:
$this->Workbook = new ExcelXMLWorkbook(&$this->data,&$this->Encoding);
I don't understand the error.
Can you please help me?
thank you in advance
Best regards
Andrea