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)?