mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-05 16:36:12 +08:00
Update src/zcl_excel_worksheet.clas.abap
Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
This commit is contained in:
parent
fbda0cc824
commit
203ed944d5
|
@ -2025,7 +2025,6 @@ CLASS zcl_excel_worksheet IMPLEMENTATION.
|
||||||
ENDMETHOD. "CHANGE_CELL_STYLE
|
ENDMETHOD. "CHANGE_CELL_STYLE
|
||||||
|
|
||||||
METHOD change_range_style.
|
METHOD change_range_style.
|
||||||
|
|
||||||
DATA:
|
DATA:
|
||||||
column_from TYPE zexcel_cell_column,
|
column_from TYPE zexcel_cell_column,
|
||||||
row_from TYPE zexcel_cell_row,
|
row_from TYPE zexcel_cell_row,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user