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: 

How to put border around multiple columns in single row using abap2xlsx

Former Member
0 Kudos
1,419

Hi,

I have used go_border->borders->allborders = lo_border_dark. to make a border around a cell.

But would like to stretch it to more cells in single row in abap2xlsx.

currently i am getting this....

but would like to get this (I made it manually)

I have not found any class for this.

Although I did find a similar approach being met by stefan.schnell by using his formatter class, but have not found any link to it.

formatter class link

1 ACCEPTED SOLUTION

Sandra_Rossi
Active Contributor
880

abap2xlsx provides the demo program ZDEMO_EXCEL13 "Merge cells"

2 REPLIES 2

Sandra_Rossi
Active Contributor
881

abap2xlsx provides the demo program ZDEMO_EXCEL13 "Merge cells"

880

Hi Sandra,

Thanks for your perfect and valuable response.

I resolved my issue from your suggestion.