The solution to automatically convert numbers into scientific notation after CSV file is converted to Excel

After the CSV file is opened with Excel, the numbers longer than 11 digits are automatically converted into scientific notation for display, and the number at the end becomes "0000". How to solve this problem?

Take "Old Model Worker System Data.CSV" as an example, the ID code is scientific notation

 

Step 1: Create a new excel and open it with office excel

Step 2: Click "Data" --- "From text/cvs"

 

If garbled, select encoding

 

Step 3: Select "comma" as the delimiter, data type detection: do not detect the data type

 

Step 4: Point conversion, ID card is no longer scientific notation

 

Step 5: Click "Close and upload"

 

Final style

 

Guess you like

Origin blog.csdn.net/zengmingen/article/details/107072158