Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to convert html to excel #27

Open
navneetccna opened this issue Oct 30, 2014 · 1 comment
Open

Not able to convert html to excel #27

navneetccna opened this issue Oct 30, 2014 · 1 comment
Labels

Comments

@navneetccna
Copy link

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
Copy link
Author

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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants