I am reading and writing numbers from one excel to another using a Data Table. I found that the numbers starting with 0, the leading 0s are removed while writing.
I am using string Data type in the data Table column. (The data table I am copying Excel data to). I am adding the data row in a for loop according to a specified condition:
What am in doing wrong?