What happens with the colspan to perform dynamic tables ?, rowspan works fine but when testing with colspan it gives error
<table>
<tr>
<td colspan="2">2 columnas?</td>
</tr>
</table>
Error occured - Error during rendering report: "Cannot set property 'v' of undefined"
Stak - TypeError: "Cannot set property 'v' of undefined"
at Sheet.set (/app/node_modules/msexcel-builder-extended/lib/msexcel-builder.js:333:36)
at tableToXlsx (/app/node_modules/html-to-xlsx/lib/conversion.js:127:20)
at icb (/app/node_modules/html-to-xlsx/lib/conversion.js:53:13)
at /app/node_modules/html-to-xlsx/lib/dedicatedProcessStrategy.js:35:13
at ChildProcess.exithandler (child_process.js:195:7)
at emitTwo (events.js:106:13)
at ChildProcess.emit (events.js:191:7)
at maybeClose (internal/child_process.js:891:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)