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

generate excel sheet list file through program

Former Member
0 Likes
366

Hi,

I have to generate list in excel which is having column with fixed length.

I m using classical report for output then in output i m generating excel file .

but that file is not with fixed column length.

how ALV will be useful in this case

Please help.

Regards,

Sudhir Ghag.

2 REPLIES 2
Read only

Former Member
0 Likes
341

Use FM XXL_FULL_API.

This creates an excel as per your requirement.

Read only

Former Member
0 Likes
341

Hi,

As from Ur query u required the output in the fixed length of columns as output in the excel. This is not possible by using Type pool ole2. We have to control the length of the excel cell as fixed.

Hope this will help U