You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: