Update src/zcl_excel_worksheet.clas.abap

Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
This commit is contained in:
RixarSAP 2024-05-14 11:36:07 +02:00 committed by GitHub
parent fbda0cc824
commit 203ed944d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,