Yes, did it long time ago… Thanks a lot for your response.
Hello @Anil_choudhary,
I have found a solution for writing Headers without any data in it.
Steps:
- Build DataTable with column names.
- Use Add Data Row with the first column as empty String.
Eg. If you have two columns do this in ArrayRow Property:- {“”} - Use Write Range
- Now use Clear Data Table
- Again use Add Data Row for your data
- And Finally, Use Append Range.
6 Likes