cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP2XLSX format range of cells

oliver_am
Active Participant
0 Kudos

Hello, all.

How to add format to a range of cells using ABAP2XLSX.

I'know I can use method BIND_TABLE and set some style to these cells.
But I want is to print a table with all my data, and then format the cells using ranges.

Example: first 5 columns of headers in blue, next 4 in orange,  columns 1 to 4 and rows 1 to 5 with borders and background in light blue, etc...

Is it possible to do it?

I've checked the demo programs but cannot find anything similiar to this requirement.

Thanks in advance.

oliver_am
Active Participant
0 Kudos
I think, by the moment, i'm going to create a new method change_range_style, calling method change_cell_style, passing parameters row and col from and to...

Accepted Solutions (0)

Answers (0)