Howw to merge cell in xlsx recipe?
-
Hi sir,
Can you please show me one example to implement below report in xlsx recipe?
-
Please check this example
https://playground.jsreport.net/w/anon/rkX89bHD-2
-
can you please show me using array .ie using #each .Sorry i'm first time using this recipe?
-
Unfortunately, it isn't possible to create what you want using
each
inside the excel. The merged cells across multiple rows aren't supported so far. We have it in backlog, so I give it a higher priority. However we won't be able to get to it during the next few weeks.
https://github.com/jsreport/jsreport/issues/1022The only way to reach it is by using the xlsx transformation helpers at this moment.
https://jsreport.net/learn/xlsx#transformation
The way I linked previously.