I have "html-to-xlsx" report with "handlebars" engine from one of default examples(sales-main).
Body code looks something like
<table name="Sales-Detail">
<tbody class="head">
<tr>
<td>
<img src="{{{base64image}}}" class="some-class" />
</td>
</tr>
<!-- The rest of the code -->
</table>
May you have any ideas what went wrong? Everything else if working fine, but I keep having white space instead of image