I am reading a excel to create a dt.In my excel I have many cloumns but a column “amount” has values in double format,but in my dt it is taken as string.Now I have to write those values in excel as double only but the bot is writing it as string values.
Converting to Double a string var is fine, but how about when I need to use TypeInto Activity to insert double value into the box? Now TypeInto doesn’t allow var other strings, so is there way to insert a double value using TypeInto activity in a box?