Leading zeros in "Export to Excel" option
Posted: Wed Sep 13, 2017 11:52 am
HI
I am generating the CSV export using "Export to Excel" option. I have an item filed in the grid.
if can be a number "00005543" or combination of numeric and chars like "0876786EBBB'.
in the xl for "00005543" we are getting data as 5543 . truncating the leading zeros.
but if it is combination the data is populating the data as expected."0876786EBBB'
is there any way to get the data with leading Zeros.
it is working fine with xlsx export problem with CSV export
Thanks inadvance.
I am generating the CSV export using "Export to Excel" option. I have an item filed in the grid.
if can be a number "00005543" or combination of numeric and chars like "0876786EBBB'.
in the xl for "00005543" we are getting data as 5543 . truncating the leading zeros.
but if it is combination the data is populating the data as expected."0876786EBBB'
is there any way to get the data with leading Zeros.
it is working fine with xlsx export problem with CSV export
Thanks inadvance.