"recipe": "html-to-xlsx",
{{#htmlToXlsxEachRows users}}
...
{{/htmlToXlsxEachRows}}
jsreport 3.5.0 (also tested 3.6.2, no difference)
Error:
Error when evaluating engine handlebars for template /database_export/database_export
Missing helper: "htmlToXlsxEachRows"
Error: Missing helper: "htmlToXlsxEachRows"
at Object.<anonymous> (/app/node_modules/handlebars/dist/cjs/handlebars/helpers/helper-missing.js:19:13)
at Object.wrapper (/app/node_modules/handlebars/dist/cjs/handlebars/internal/wrapHelper.js:15:19)
at 1 (eval at compile (/app/node_modules/@jsreport/jsreport-handlebars/lib/handlebarsEngine.js:34:30), <anonymous>:54:130)
at Object.prog [as fn] (/app/node_modules/handlebars/dist/cjs/handlebars/runtime.js:268:12)
at Object.<anonymous> (/app/node_modules/handlebars/dist/cjs/handlebars/helpers/if.js:29:22)
at Object.wrapper (/app/node_modules/handlebars/dist/cjs/handlebars/internal/wrapHelper.js:15:19)
at Object.main (eval at compile (/app/node_modules/@jsreport/jsreport-handlebars/lib/handlebarsEngine.js:34:30), <anonymous>:232:47)
at main (/app/node_modules/handlebars/dist/cjs/handlebars/runtime.js:208:32)
at ret (/app/node_modules/handlebars/dist/cjs/handlebars/runtime.js:212:12)
at Object.execute (/app/node_modules/@jsreport/jsreport-handlebars/lib/handlebarsEngine.js:66:14)
What am I missing?