Excel column to text

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 @0bb4628e217fd43ac86ac9294

Input:


→ Use Excel Process Scope and inside that use Use Excel File activity and give your excel path.
→ Inside that use 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