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,
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,
you can try with (one of the two suggestions):
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