Excel header please!

Excel header please !

Use Case Description

How can I add headers to the excel sheet I created from a Datatable. and avoid the loop to add it between every row?
So what i am trying to do is to check if the excel sheet has empty rows to write range if no to append

thanks

AS-IS WORKFLOW, TO-BE WORKFLOW

-

Other information about the use case

Industry categories for this use case: Information Technology and Services, Logistic

Skill level required: Intermediate

UiPath Products that were used: UiPath Studio

Other applications that were used: -

Other resources: -

What is the top ROI driver for this use case?: Increase employee engagement

@khaled_emad

First read the data from excel and have add headers unchecked…if dt.rowcount>1(because header might be present so checking 1)

Then use write range else use append range

Cheers

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.