I don't understand why Microsoft Excel removes leading Zeros if a column in "0058"? In open office the column is correctly displayed as 0058! This is without having CSV data changed to +"0058".
It depends on what program one uses for opening CSV i guess .. If the users are only going to use EXCEL, it makes sense to add an extra = in the exports .. if not, that's again an issue ..
also, CSV format dictates that it should be "=""000123""" ..
or just import it as .txt file and treat the column with leading zeroes as text ..
3 comments
[ 4.4 ms ] story [ 13.1 ms ] threadalso, CSV format dictates that it should be "=""000123""" ..
or just import it as .txt file and treat the column with leading zeroes as text ..