csv format drops ending zeros

  • Thread starter Thread starter Excel 2007 - CSV format
  • Start date Start date
E

Excel 2007 - CSV format

I'm saving an excel file into a csv format and its dropping the zeros at the
end of the numbers.
 
Use the Import Wizard:

Data > Get external data > from text file

and specify your .csv

You will be able to control the formatting.
 
You can also rename the .csv file to .txt and use file|open.

You'll be prompted to give the type of field for each column.

If you choose text, the leading 0's will be kept.

If you want to keep the value as a real number, you'll can keep the .csv (or
..txt) and give the column a nice number format:

format|cells|number tab|Custom category
00000
(for 5 digits)
 
Back
Top