Skip to content

Not able to convert html to excel #27

@navneetccna

Description

@navneetccna

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions