Skip to Content
0
Former Member
Mar 26, 2009 at 08:13 AM

ABAP write data into Excel

2686 Views

I used to write data into excel in range area, which is using the following method:

CALL METHOD OF sheet

'CELLS' = cell

EXPORTING

#1 = p_row

#2 = p_column.

But I 'd like to know if there is a way to write data into excel using a cell's name.

PS:

how to define a cell's name?

insert---- names ---definition , input your name and we can find the cell using this name.