excel - CSV Leading Zeros -


this question has answer here:

i got csv file may have columns leading zeros . if viewed in excel leading zeros not shown treated number . later csv has send sage 50 import record.

my issue want see leading zeros when file opened in excel . don't want add in file has added in sage records. might not possible .but still work around.

do open .csv excel directly?

if so, try importing .csv file excel instead:

  1. save .csv
  2. start new instance of excel
  3. under data tab, external data group, select text
  4. select .csv file
  5. select 'delimited' 'next'
  6. select comma delimiter next
  7. click on column(s) retain leading zeroes, , under 'column data format' choose text
  8. repeat column need retain leading zeroes
  9. click finish

there illustrated example of method here.


Comments

Popular posts from this blog

css - SVG using textPath a symbol not rendering in Firefox -

Java 8 + Maven Javadoc plugin: Error fetching URL -

order - Notification for user in user account opencart -