I have datatable having one column which has 5 values(One value having data type double. another value having type string). How do I convert the whole values into the same datatype as string?
Hi @anjana.k ,
Maybe a revision is needed on the requirement details. A Datatable’s column will be of a Single Datatype (Mostly Object type if read from Excel). We need to understand if we need to convert the column in Excel into the Text/String format or you would need to change the column type of a Data Column in Datatable alone.
Also, Let us know why it is required for more understanding and clarity of the situation.
If Excel Column Type Change is the requirement, you could check with Format Cells
Activity and Specify the range for the Conversion to Text format.