In Uipath Guide: Table functions

Fine
this string format in write line activity is inside a for each row loop buddy
so the write line will display each row one by one from the data table read from excel
you have already highlighted
and each position of {} is replaced with value in order next to , after “{} {} {}”
{0,-15} {1,-30} {2,10}”,row(“Income”),row(“Name”),row(“Work”)
“{0,-15} {1,-30} {2,10}”,row(“Income”),row(“Name”),row(“Work”)
“{0,-15} {1,-30} {2,10}”,row(“Income”),row(“Name”),row(“Work”)

Cheers @ramkrishna2k3