Is there any method to make the result of OutputDataTable activity in a pretty format, Such as controlling spacing and alignment?
Below is an example of the result of OutputDataTable. The string length of each column is unfixed. I hope it can be aligned and I would not like to read this result in Excel. Thank you.
Output Data Table is just a quick way to convert it to a string so you can see what’s in the datatable. It’s not really useful beyond that. The string it outputs is csv format, there’s no spacing. As Anil said, just Write Range the datatable to Excel.
I also suggest the free training on the UiPath Academy web site, which includes…