Table border issue in the Html-to-xlsx recipe
-
Hi everyone,
After upgrading JSReport from version 4.7 to 4.8, we encountered an issue with table borders when using the
html-to-xlsx
recipe. Here's a minimal reproducible example: https://playground.jsreport.net/w/andribo/_CUkL33T. It works correctly in the playground because it runs on JSReport 4.7.The issue may be related to how the recipe handles cells with the colspan attribute.
Here's the result when using the
html
recipe:
Here’s the output of the
html-to-xlsx
recipe in version 4.7:
However, in version 4.8, the result looks like this:
As you can see, some table borders are missing in the output.
-
thanks for the bug report, you can track the progress for this here