Excel Export - nested table in cell
Excel Export - nested table in cell
symphonyteleca
Posts: 2Questions: 1Answers: 0
Hello
I am looking , how can I export content of table where cell has inside nested another table with few rows.
Something like rowspan. It's possible to do that? Maybe someone also had similar problem.
<table border="1">
<tr>
<td style="vertical-align:middle">Value1</td>
<td style="vertical-align:middle">value2 </td>
<td>
<table><tr><td>Value nested 1</td></tr><tr><td>Value nested 2</td></tr></table>
</td>
</tr>
<tr>
<td style="vertical-align:middle">Value1</td>
<td style="vertical-align:middle">value2 </td>
<td>
<table><tr><td>Value nested 1</td></tr><tr><td>Value nested 2</td></tr></table>
</td>
</tr>
</table>
This discussion has been closed.
Answers
There is no option to do that in TableTools at this time. It will automatically strip the HTML from the cell's content and use whatever text is left.
Allan
Thanks for replay.
Yes, I saw that cell while is rendering for export is replacing in few ways, trimmed etc. But in future it will be possible to create cell which will be i.g. merged?
It could be a great feature :)
br
It isn't something I plan to add any time soon, but pull requests are very welcome :-)
Allan