html-to-xlsx tables with merged cells missing last row
-
Hello,
All the work that's been done on the html-to-xlsx recipe has been great thanks for continuing to add to that one!
I've found another odd edge case where the final row of a set of merged rows and columns will be lost. See the two playground examples here
As before the code is the same between the two, one is just set to the html recipe and the other is using html-to-xlsx. On the html-to-xlsx version you can see that the final row where all the
Sub 1.1.3.1.A
throughSub 1.1.3.1.D
values are missing.My use case here is entirely dynamic where the output of complex JSON arrays that vary from request to request are mapped into a structure which create the HTML table rows using row-span and col-span so I can't "prevent" this structure necessarily, it's just one where I noticed the issue during testing. This particular structure is actually the header rows so is unusual in that sense, though still valid in my opinion.
Thanks again for your help and consideration!
-
thanks, we are going to take a look after the jsreport
4.9.0
release (which we are currently preparing right now)