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

Excel Download format error

Former Member
0 Likes
782

Hi guys as there are many similar post but none of the place i got my solution resolved. I have downloaded the data in internal tables everything is fine but when i am openings in excel sheet the numbers are getting converted to exponential.. is there any genuine solutions. i want the data in the same format as it is in Excel.

Hi guys as there are many similar post but none of the place i got my solution resolved. I have downloaded the data in internal tables everything is fine but when i am openings in excel sheet the numbers are getting converted to exponential.. is there any genuine solutions. i want the data in the same format as it is in Excel.

4 REPLIES 4
Read only

Former Member
0 Likes
607

Hi,

maybe is just the format of your Excel cell,  try to change cell format

best regards

Read only

anand_kumar56
Explorer
0 Likes
607

Hope its not a problem from ABAP, try to solve in excel sheet by select the reqd entries - Format cell - select the "TEXT" option. or just add single quote(') before the cell value..

regards,

Anand

Read only

0 Likes
607

Hi Anand,

              thanks i have solved that using excel sheet , but when i open the same file in office org in xml format the first columns data is getting fetch after lots of space.

regards

kaushik

Read only

Former Member
0 Likes
607

Hi Kaushik,

are you using GUI_DOWNLOAD ? "Yes" 

Pass FILETYPE  = 'DBF'

then Check .

'DBF' :

Data is downloaded in dBase format. Since in this format the data types of the individual columns are stored as well, you can often avoid import problems, for example, into Microsoft Excel, especially when interpreting numeric values.

Regard's

Smruti