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

Identifying the excel row dynamically

Former Member
0 Likes
333

Hi Folks.

I am downloading the internal table data into an excel sheet by using cl_gui_frontend_services=>clipboard_export.But my internal table data is dynamically changing up .

Now the problem is that I need to bold the data (Some rows) in the excel sheet dynamically.Is there any formal way to proceed for this?

Identifying the Total row and formatting that particular row?

Any pointers in this regard are very much needful.

Regards,

SSR.

1 REPLY 1
Read only

naimesh_patel
Active Contributor
0 Likes
309

You need to use the OLE to achieve the formatting in Excel.

Check out this program for reference of OLE:

http://www.sap-img.com/abap/download-to-excel-with-format-border-color-cell-etc.htm

Regards,

Naimesh Patel