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

How to wrap text using ELO method

Former Member
0 Likes
903

Hi All,

I have a requirement to download data from internal table to excel using ole method.

The issue is how to wrap my header text?

Kindly please give your suggestions in achieving wrapper text and if possible one

example for creating a borders using OLE method.

Thanks & Regards,

Teja.

2 REPLIES 2
Read only

ThangaPrakash
Active Contributor
0 Likes
720

Hello Sharan,

Try with below statements.

SET PROPERTY OF <automation object> 'WrapText' = 1.

Regards,

Thanga

Read only

0 Likes
720

Hi,

you can try these FMs:

CALL FUNCTION  'KD_GET_FILENAME_ON_F4'

CALL FUNCTION 'MS_EXCEL_OLE_STANDARD_DAT'


or try this BLOG


Regards

Ibr