Posts: 3
Threads: 1
Joined: Jun 2008
Reputation:
0
06-06-2008, 02:22 PM
Hi, I paste a text-formatted number from xls (with leading zero) to the datatable, but the leading zero vanishes and the format is changed to number. How do I preserve the leading zero in the datatable when I paste? Thanks.
Posts: 3
Threads: 1
Joined: Jun 2008
Reputation:
0
06-06-2008, 02:48 PM
I figured I could get this by simply importing from xls, so my problem is solved. Would still be interesting to find out why formats dont get pasted.
Posts: 159
Threads: 1
Joined: Apr 2008
Reputation:
0
06-06-2008, 03:46 PM
Dear Nana,
You can format the data like this.
Select a column to format and right mouse click and select format (depending on your requirement).
Regards
Sridhar
Posts: 3
Threads: 1
Joined: Jun 2008
Reputation:
0
06-06-2008, 04:02 PM
Thanks Sridhar. But the trouble is I dont see a text format. All other types are there. And in the number format, there is no option to enable a leading zero.
Posts: 159
Threads: 1
Joined: Apr 2008
Reputation:
0
06-06-2008, 04:13 PM
Dear Nana,
Select custom number and then you can see more formats or you can add your own format.
Regards
Sridhar
Posts: 190
Threads: 2
Joined: Mar 2008
Reputation:
0
06-07-2008, 04:39 AM
Use " ' " infront.
Example: for 001 use '001