‎2009 Jun 22 5:42 AM
Hi All,
There is a program which generates the excel sheet from an ALV report. I want certain fields in the excel sheet to be in large bold font.
Can anyone please suggest me the possible way to do it.
Thanks and regards
Rohit
‎2009 Jun 23 2:17 PM
Hi,
Use teh get and set property:
Sample code:
GET PROPERTY OF cell 'Font' = bold.
SET PROPERTY OF bold 'Bold' = 1.
‎2009 Jun 22 6:40 AM
‎2009 Jun 23 1:59 PM
Refer the following blogs
/people/alvaro.tejadagalindo/blog/2009/02/05/excel-ole-and-abap--create-fancy-reports
‎2009 Jun 23 2:17 PM
Hi,
Use teh get and set property:
Sample code:
GET PROPERTY OF cell 'Font' = bold.
SET PROPERTY OF bold 'Bold' = 1.