Excel Export - nested table in cell

Excel Export - nested table in cell

symphonytelecasymphonyteleca Posts: 2Questions: 1Answers: 0
edited July 2015 in TableTools

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>

Answers

  • allanallan Posts: 61,453Questions: 1Answers: 10,055 Site admin

    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

  • symphonytelecasymphonyteleca Posts: 2Questions: 1Answers: 0

    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

  • allanallan Posts: 61,453Questions: 1Answers: 10,055 Site admin

    It isn't something I plan to add any time soon, but pull requests are very welcome :-)

    Allan

This discussion has been closed.