-
Notifications
You must be signed in to change notification settings - Fork 148
Open
Labels
Description
Hi i tried following code my html content a image in a table cell
Error : Fatal error: Call-time pass-by-reference has been removed in /var/www/simple-excel-php-develop/SimpleExcel/Writer/XMLWriter.php on line 44
PHP
use SimpleExcel\SimpleExcel;
$excel = new SimpleExcel();
$excel->loadFile('test.html', 'HTML');
$excel->exportFile('test.xml', 'XML');
HTML
| dfgdg | 2222 |
| sdfsfd |
|
