Hi everyone. I am using VB10 to store my data to Excel. My problem is that I am trying to write my decimal number, which is stored in a String Array to Excel sheet. And my Excel doesn't store my number as decimal but as a whole number, which is separated by thousands separator. For example I have 3017,1002145 in my Array field, but when I am writing this value to excel I am getting 30,171,002,145

How can I solve this?

Thanks