Update zcl_excel_reader_2007.clas.abap

This commit is contained in:
Bernd 2024-03-29 09:08:49 +01:00 committed by GitHub
parent bbbb389c83
commit fb56526db0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2504,6 +2504,8 @@ CLASS zcl_excel_reader_2007 IMPLEMENTATION.
INSERT ls_external_hyperlink INTO TABLE lt_external_hyperlinks.
WHEN lc_rel_comments.
CONCATENATE lv_dirname ls_relationship-target INTO lv_path.
lv_path = resolve_path( lv_path ).
TRY.
me->load_comments( ip_path = lv_path
io_worksheet = io_worksheet ).