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:50 +02:00 committed by GitHub
parent 203ed944d5
commit e16f1a8f42
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2037,7 +2037,6 @@ CLASS zcl_excel_worksheet IMPLEMENTATION.
cell_style TYPE zexcel_cell_style, cell_style TYPE zexcel_cell_style,
ls_param TYPE abap_parmbind, ls_param TYPE abap_parmbind,
lt_param TYPE abap_parmbind_tab. lt_param TYPE abap_parmbind_tab.
CONSTANTS: CONSTANTS:
c_method_name TYPE string VALUE 'CHANGE_CELL_STYLE'. c_method_name TYPE string VALUE 'CHANGE_CELL_STYLE'.