I want to transpose the input excel file to output excel file .
Here I attached the examples file also plz help me to resolve
In input excel data is dynamic ( it change the count in next month)
output.xlsx (16.7 KB)
Input.xlsx (16.8 KB)
Good Morning @Aarthy1,
I am looking your problem
Step 1:
Drag βExcel application scopeβ and βRead Rangeβ activities into the designer panel to read the input excel
Step 2:
Drag βWhileβ, βAdd Data Columnβ and βAssignβ activities into the designer panel to create dummy columns
(Because here we are transposing the headers too)
Step 3:
Drag βFor Each Rowβ, βWhileβ, βAdd Data Rowβ and βAssignβ activities into the designer panel and write the logic to convert rows to columns.
Step 4:
Finally, execute the workflow to see the results
Hi @Aarthy1 ,
Could you try checking the output with the Component below :
HI @Aarthy1
Install the NovigoSolutions.TransposeDataTable
Have a look on the XAML file
Transpose.xaml (7.0 KB)
Regards
Gokul
Hello @Aarthy1 , Try this
By using modern excel activities , we can transpose the data using copy paste activity
Kindly refer this flow, It may helps you
Forum_TransposeData.zip (85.7 KB)
To enable the activities, Click filter on activity pannel and select the show modern
select the transpose option in the copy paste activity
Regards,
Gokul Jai
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.