How to Copy Transpose excel table data

Hi @Mulya_Habibi_Tullah1

First you need to Read the input excel file.

And you need to Use Filter Data Table activity → You this As an Input DataTable.

Try with this below

  • you can use the Copy/Paste Range activity to transpose Excel data or data table.

  • You need to provide the source range and the destination range where you want to paste the transposed data.

  • You also need to check the Transpose option in the activity properties

Check out this docs

https://docs.uipath.com/studiox/v2019/docs/copy-paste-range-x

Check out this Tutorial

Regards
Gokul