How to add header name to excel sheet

Hello

I read from result excel and I want to add him a column header

How Can I do that ?

Thanks for the help

@mironb

What while reading you want to read header as well and use first row as header?

If so check the box header in read range

Cheers

@Anil_G

Hi @mironb ,
You want to add new column?
You can use add data column then write to excel
image

Regards,
LNV

@mironb

Is it not able to read those characters?

Cheers

@Nguyen_Van_Luong1

I want to add only the header that in red rectangle to the excel

This is your expect output
that’s right?
can you share your input?
normal is you can use write cell with text

@Nguyen_Van_Luong1

What I need to insert in the ‘Column’ ?

I want to see your input?
if insert column, you use insert column as I said above
best, show me your expected input and output
I will code for you

@Nguyen_Van_Luong1

Yes - This is the result excel I am writting into it
And I want to Add the header which is marked with a red square

Before
image

After

You can use add data column activity
or you can use write cell activity

Ignore error marks I wanted to make you understand

Hope it helps

Reards,
Usha

Hi @mironb ,
I created file to test my code as your requirements
my input
image
my output
image
my step


my code
test.xaml (18.8 KB)
you can try
hope it help you
Regards,
LNV

@Nguyen_Van_Luong1

This is the result (the A column shift after the column we inserted)

@Usha_Jyothi

The correct way with Write Cell Workbook
thanks

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