Application Development 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: 

Split a table of string into xls cells dynamically

Pier_1973
Participant
0 Kudos

Hi there,

I have a table of string, this string has a tab | delimiter.

For Example: row#1 has a string with 10 tab delimiter

row#2 has a string with 3 tab delimiter

row#n has a string with 8 tab delimiter

I want create an excel with number of columns dynamically and fill this cells.

My final goal is to have an excel file to download on Pc

This Excel file must have the maximum of cells filled or not.

So my goal is:

An excel file with 10 columns

First row with 10 cell filled

Second row with 3 cell filled and 7 blank

and so no.

Please can you help me with an example of code?

thank you

1 REPLY 1

Sandra_Rossi
Active Contributor

It has been asked again and again, there are blog posts, please search a little bit.

abap2xlsx

etc.