How to add header in excel using uipath

Hi,

i have tried to used write range to add headers but it still doesn’t have header in my excel. pls guide me thankyou.


Hi @anonymous3

Check with adding emty rows in build datatable.

Regards

Hi, @anonymous3,
you can try with (one of the two suggestions):

  1. specify the starting cell to your solution - “A1”
  2. The following:

what is your add data row?

The headersOutput variable

Edit:
But keep in mind that the second solution will add only the headers. You need some extra logic (lets say a for each loop) to add data to the datatable/excel. That is why I suggest you to first try adding the starting cell.

Hey @anonymous3, just wanted to check if you had any success using the suggested solution :slight_smile: