Displaying HTML converted Excel files with Dynamic converter. Template issues
We have a Dynamic Converter template to convert Excel files (.xlsx). We use patterns to identify the elements we need to complete the final table in HTML.
With the template editor, we can only put our code into <td></td> labels, and now, we need to use the label <caption></caption> which must be placed just after the lable <table>, before any <tr> label. Inside the label <caption> we want to introduce an element that has been previously identified. How can we do this?