First of all, I apologize for my bad English,
I am trying to read the numbers in excel with read range, but it does not give me numbers as output, it only gives the DataTable text as output. What should I do to read data.
thank you in advance.

First of all, I apologize for my bad English,
I am trying to read the numbers in excel with read range, but it does not give me numbers as output, it only gives the DataTable text as output. What should I do to read data.
thank you in advance.

Use the output data table activity and pass the dt variable into that activity and pass the ouput of the output data table activity into the message box
Hope it helps!!
Use Output Datatable activity to read the datatable as a string
Give the string in the message box, Then it will display the datatable data
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.