I use "jsrender" engine to write the reports and if I choose the "html-to-xlsx" recipe the images are not rendered. Instead the html of the img is written in the xslx file, for example <img src="data:image/png;base64,iVBORw0KGgoAAAANSUhE....">
Using "phantom-pdf" or "html-with-browser-client" recipes images are shown correctly.
Is there a way that I could use the "html-to-xlsx" recipe to show the images in the xlsx file? Or should I use another engine or recipe?