Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Displaying trailing Zero in the excel

Former Member
0 Likes
904

Hi All,

When i download the data to the excel,one of the column consists of vehicle numbers.Whenever the number starts with 0 for eg 0756245130,its getting downloaded as 756245130.The 0 is not getting downloaded.

Kindly respond to the above query asap.

Thanks and Regards,

Sravanthi.

Hi All,

When i download the data to the excel,one of the column consists of vehicle numbers.Whenever the number starts with 0 for eg 0756245130,its getting downloaded as 756245130.The 0 is not getting downloaded.

Kindly respond to the above query asap.

Thanks and Regards,

Sravanthi.

6 REPLIES 6
Read only

Former Member
0 Likes
836

Hi,

First edit your query. I think you want leading zeroes in excel not trailing

.

Did you check this thread???

Thanks

Read only

tarangini_katta
Active Contributor
0 Likes
836

Hi,

In the excel sheet make all the cells as 'TEXT' then it will work for you.

Thanks,

Read only

Former Member
0 Likes
836

Displaying Leading Zero in the excel??

Please search with th right term you should get answer for such questions.

Refer:

Read only

Former Member
0 Likes
836

Hi,

That is the thing to be done in excel formating.

For this you have to use 'OLE' and format the range of cells for which you want leading zeros.

Regards,

Manoj Kumar P

Read only

Former Member
0 Likes
836

Hi

concatenate will be the appropiate ststement which you can use to get the zeros in the front.

Try it.

Read only

Former Member
0 Likes
836

Hi,

This question is being asked so many times.

In XL you can not get leading zeros in display, thats the property of XL.

You can check by opening another XL & type some number with leading zeros.

Nothing can be done, thats the property of XL.

Thanks,

Krishna..