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 was 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