mworth123
(Michael Worth)
February 3, 2020, 10:26pm
1
Hello and thank you in advance.
I have an Excel sheet which I have extracted from a website. I want to sort it in ascending on Column I and I believe it is correct to use index 8 in the Properties pane
It’s not doing any sort at all. Can anyone tell me why?
Thank you
Yoichi
(Yoichi)
February 3, 2020, 11:21pm
2
Hi,
If you want to sort table in Excel worksheet, you need the following steps.
Get table data as DataTable type variable using Read Range activity.
Then, Sort the DataTable variable using Sort DataTable activity.
Finally, write sorted table to worksheet using Write Range activity.
Save Workbook, if necessary.(In case of using Excel application scope and autosave is disabled)
If you already have datatable variable, you might be able to skip 1.
Regards,
1 Like
mworth123
(Michael Worth)
February 3, 2020, 11:34pm
3
@Yoichi
Thank you, I’ve done what you’ve suggested and I’ll run it tomorrow and mark this as solved then, if it works
Thank you
jubourel
(Jubourel)
June 8, 2021, 12:57pm
4
Any update ? I tried to sort my datatable in the index in descending mode but it’s doesn’t work