We can add a new column to the excel spreadsheet, is it possible to define the format as say "mm/dd/yyyy' and text aligned to right?

Hi @Geetha,

You can use invoke code activity for excel formatting in “mm/dd/yyyy” and write code in below format. This works

Refer the below steps mentioned in the post to eliminate unexpected error while using Microsoft.Office.Interop.Excel

However, I personally feel that @Palaniyappan suggestion to change the input value of the column is better.

References that will help-

1 Like