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.