hello everyone,
I'm currently working on a requirement related to downloading Excel data from the sap.ui.table. Specifically, if the TrainId is the same for all the CarId. I've managed to download the table data using the sap.ui.export.Spreadsheet API reference in sap sdk. however, the requirement demands that cells should merge during the downloading process, based on Trainid. in the case where the trainId is identical(same) for all the CarIds, the trainId cell should merge.
API reference
Expectation output

if anyone who worked on this requirement please let's know your solution to this issue