cancel
Showing results for 
Search instead for 
Did you mean: 

SAP ABAP2XSLX . excel sheet with multiple header line using field catalog

0 Kudos

Hi All,

I need to design excel sheet with multiple header using Field catalog.. I am using abab2xslx for creating excel sheet.. I am exporting data to excel from internal table...

Is it possible to get multiple header line in excel sheet using abab2xslx?.

Is there any other suggestions to achieve this?

Please find attached image for reference.

img-20180925-092042.jpg

Thank & regards

Sathish Mani

Accepted Solutions (0)

Answers (1)

Answers (1)

patrick_sojka
Explorer

Hallo Sathish,

you could use worsheet->bind_table to add your table. Set is_table_settings-top_left_row to skip some Rows.

Then loop over your structure fields (assign component...) and use worksheet->set_cell to set your multiple Headerlines.

Regards,

Patrick