Hi all,
I have an excel and in that excel columnA is in general I want to convert that columnA from general to text format.
How to do it. Can you please help me
Hi all,
I have an excel and in that excel columnA is in general I want to convert that columnA from general to text format.
How to do it. Can you please help me
Input:
Excel Process Scope
and inside that use Use Excel File
activity and give your excel path.Format Cells
activity In source give Excel.Sheet("Sheet1").Range("A:A")
and click on Set Format change it from General to Text.
Output:
Regards