Application Development 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: 

Colors Excel File

Former Member
0 Kudos

Hi All,

I am downloading the report output to an excel file using gui_download function.

I would like to put colors in excel to differentiate the data. Can any one have idea how to do it?

How to make letters bold in excel?

Rgds,

SriR.

2 REPLIES 2

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

You can do this by using the OLE technology. Do search on OLE.

Regards,

Rich Heilman

Former Member
0 Kudos

Hi,

Another option is to use <b>Desktop Office Intergration</b>, using interface I_OI_SPREADSHEET ( SAPRDEMO_TABLES_IN_EXCEL ).

http://help.sap.com/saphelp_nw04/helpdata/en/e9/0be775408e11d1893b0000e8323c4f/frameset.htm

Svetlin