This is Excel file. I want to read only Fare Column and if i try to get particular value i am getting it but if i change any value to any text value value or string value i am getting exception .
Any suggestion how to handle it will be appreciated .
Thanks
Sahil
cheez_RPA
(いわさき りょうすけ (UiPath Japan MVP 2019 - 2021))
2
Hi @Sahil_Garg,
i think it depends on what type of exception has thrown. please share detail.
How are you trying to add text data to this column? Could you share your .xaml file? However, depending on how you are manipulating the column’s value, you should include it inside a try-catch block and handle the exception inside the catch block.