simple-excel-php icon indicating copy to clipboard operation
simple-excel-php copied to clipboard

Not able to convert html to excel

Open navneetccna opened this issue 11 years ago • 1 comments

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

navneetccna avatar Oct 30 '14 05:10 navneetccna

i fixed error by changing in the XMLWriter class now my xml is generated but in xml image is missing.

How to emmbed image in the XML ?

navneetccna avatar Oct 30 '14 05:10 navneetccna