I tried many different scenarios but the second table always starts from the last row of the first table. I want to start from the third row (as defined in the excel template). Can you please help?
Posts made by synsoft
-
RE: Xlsx receipe each
-
RE: Xlsx receipe each
Could you please extend the example on the playground, because we are not able to produce what you wrote?
-
RE: Xlsx receipe each
This partially solves my problem but I have 2 more issues:
Firstly, what to do if I have two tables with an arbitrary number of rows which is needed to be displayed next to each other (unknown number of such rows)?
Example: Table 1 has 8 rows; Table 2 has 10 rows.Secondly, is it possible to display header from one table and data from another table in the same row if we are using "each" in the template?
Example: Table 1 starts from row number 1 and table 2 starts from row number 2.Thanks.
-
Xlsx receipe each
I am new to jsreport. What I am trying to do is to create excel report with json data and align 2 tables side by side in the excel sheet. I am getting over and over the same error:
Error while executing xlsx recipe
(because) cannot read properties of null (reading 'parentNode')
TypeError: Cannot read properties of null (reading 'parentNode')I use xlsx invoice example from the playground.