I have created an application in java language and I have used MySQL as a DBMS. I have a button in this application which export my data to .CSV file.
The problem is that when I open .CSV file, it automatically change the data. For example, 00001
will becomes 1
.
How can I avoid automatically change data type in excel?