mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-05 11:06:15 +08:00
Remove beak-point + pretty print
This commit is contained in:
parent
09b6b5f162
commit
d3fd799e5b
|
@ -2307,7 +2307,8 @@ METHOD load_worksheet.
|
|||
ls_datavalidation TYPE lty_datavalidation,
|
||||
lo_data_validation TYPE REF TO zcl_excel_data_validation,
|
||||
lv_datavalidation_range TYPE string,
|
||||
lt_datavalidation_range TYPE TABLE OF string.
|
||||
lt_datavalidation_range TYPE TABLE OF string,
|
||||
ex TYPE REF TO cx_root.
|
||||
|
||||
*--------------------------------------------------------------------*
|
||||
* §2 We need to read the the file "\\_rels\.rels" because it tells
|
||||
|
@ -2504,8 +2505,10 @@ METHOD load_worksheet.
|
|||
ls_ref_formula-ref = ls_formula_attributes-ref.
|
||||
ls_ref_formula-formula = lv_cell_formula.
|
||||
INSERT ls_ref_formula INTO TABLE me->mt_ref_formulae.
|
||||
CATCH cx_root.
|
||||
BREAK-POINT.
|
||||
CATCH cx_root INTO ex.
|
||||
RAISE EXCEPTION TYPE zcx_excel
|
||||
EXPORTING
|
||||
previous = ex.
|
||||
ENDTRY.
|
||||
ENDIF.
|
||||
*--------------------------------------------------------------------*
|
||||
|
|
Loading…
Reference in New Issue
Block a user