Html-toXlsx row height problem
-
Hi,
I have a problem with height of rows in html-to-xlsx recipe. Although I have set it in css,
for example: table tr, table td { height: 20px; }
the bigger the string that the column contains, the bigger gets the height of the row.Did I misinterpret something regarding the height of the rows in that recipe described here: https://jsreport.net/learn/html-to-xlsx?
-
I created an example: https://playground.jsreport.net/studio/workspace/ryCxkGhe-/2
-
Excel is in this case adapting the cell height to fit the test.
The same as the html would render it.Unfortunately we don't support a feature to avoid the auto fit in the html-to-xlsx recipe right now.