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
Thanks I'll add support for images from a buffer at some point. The interface and behaviour will probably be like the Python version of Excel::Writer::XLSX:
When generating excel files with images that are already generated in the script, adding them to a temp file seems unnecessary.
I have added $file as an option to add the image directly . I'll send a Pull request shortly.
(Mainly my first pull request, so pls be gentle if I screwed it all up).
my $png = make_png(); #returning image, not filename
$worksheet1->insert_image( 'A1', \$png);
The text was updated successfully, but these errors were encountered: