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
{{ message }}
This repository has been archived by the owner on Jan 2, 2019. It is now read-only.
If I use Excel writer, image displays fine, but if I use HTML writer the image just doesnt bet processed. I had a little dig around the code, and found:
HTML.php:575
if ($drawing instanceof PHPExcel_Worksheet_Drawing) {
So obviously it seems that HTML writer ignores MemoryDrawings.
Is that correct? I could create pull request with fix when I have time, just want to make sure
Thanks
The text was updated successfully, but these errors were encountered:
Tomino2112
added a commit
to Tomino2112/PHPExcel
that referenced
this issue
Feb 29, 2016
Hi,
I am processing base64 image strings into Excel and HTML outputs.
This is the code:
If I use Excel writer, image displays fine, but if I use HTML writer the image just doesnt bet processed. I had a little dig around the code, and found:
HTML.php:575
if ($drawing instanceof PHPExcel_Worksheet_Drawing) {
So obviously it seems that HTML writer ignores MemoryDrawings.
Is that correct? I could create pull request with fix when I have time, just want to make sure
Thanks
The text was updated successfully, but these errors were encountered: