Skip to Content
0
May 01, 2009 at 05:56 AM

FORMAT Excel Colums using ABAP

26 Views

Hi ,

I need to format excel rows and columns .

Ex: I need to add border to the entire table and not just the title .

I used CALL METHOD of wf_range 'BorderAround'

EXPORTING

  1. 1 = 1

  1. 2 = 4 .

This puts a box around the cell. What i want to do this for multiple cells and not handle it at for each cell.

like if my range is E1 to F3 then border is around ever cell. A2 A3 F2 F2 and not just around A2 to F3.

Please help