How to add nested table in html-to-xlsx
-
Hi sir,
I have added nested table in html-to-xlsx recipe but nested table is not displayed in single sheet , it displayed in 3 sheets. how to achieve whole html in a single sheet. can u please show me an example?My playground url - https://playground.jsreport.net/w/anon/zMbQPTnM
-
Unfortunately, the html-to-xlsx recipe doesn't support nesting the table tag.
However, you can use rowspan and colspan to reach your needs instead.
-
hi sir,
https://playground.jsreport.net/w/anon/C0fFrA2F
i have added test_pdf template i want to achieve same thing in html-to-xlsx .can u show me how to do same in html-to-xlsx using col and rowspan. i have tried but i cant able to achieve the result