Export Excel horizontally
In our application, we use MSOGenerateExcelFile/pxGenerateExcelFile to export Excel from DataPage List.
any data record will take one row. (top - down direction)
now we have new requirement :there are several data blocks in the excel sheet, want some of the data blocks is hoped to show data from left to right(each property takes 1 row, and each data record takes 1 column.
i tried to use a template excel with 1 row for each property. but the exported excel file shows below in one column.
values of propertyA, values of propertyB ...
Is there any method that can export data horizontally(Left - right direction)?




@chend1 - If the template includes multiple rows then need to use MSOGenerateExcelFile and pxGenerateExcelFile only supports column header and column value ( 2 rows) . MSOGenerateExcelFile is deprecated activity. As per your usecase need to go with MSOGenerateExcelFile as it has multiple rows. Make sure to give the data which need to be spread horizontally with column name and column property property reference.