8
I need to export a number to Excel, but it always formats in an inappropriate way.
Expected form: -8,0902322222234
Received: -809.023.222.222.234
The data from the Datatable
are typed with string. The data is displayed in a DatagridView
.
Before they are exported, they appear as expected.