diff --git a/ZA2X/CLAS/ZCL_EXCEL_STYLE_FILL.slnk b/ZA2X/CLAS/ZCL_EXCEL_STYLE_FILL.slnk
index 10e1aae..5b65e3d 100644
--- a/ZA2X/CLAS/ZCL_EXCEL_STYLE_FILL.slnk
+++ b/ZA2X/CLAS/ZCL_EXCEL_STYLE_FILL.slnk
@@ -8,6 +8,8 @@
*"* implementation or private method's signature
*"* use this source file for any macro definitions you need
*"* in the implementation part of the class
+
+ ABAP
diff --git a/ZA2X/CLAS/ZCL_EXCEL_WORKSHEET.slnk b/ZA2X/CLAS/ZCL_EXCEL_WORKSHEET.slnk
index e37b3b7..873d4b6 100644
--- a/ZA2X/CLAS/ZCL_EXCEL_WORKSHEET.slnk
+++ b/ZA2X/CLAS/ZCL_EXCEL_WORKSHEET.slnk
@@ -3021,7 +3021,7 @@ METHOD calculate_cell_width.
ld_flag_italic = ls_stylemapping-complete_style-font-italic.
ENDIF.
- CATCH zcx_excel ##NO_HANDLER.
+ CATCH zcx_excel. "#EC NO_HANDLER
" Style GUID is present, but style was not found
" Continue with default values
@@ -3850,7 +3850,7 @@ ENDMETHOD.
ep_value = ls_sheet_content-cell_value.
ep_guid = ls_sheet_content-cell_style. " issue 139 - added this to be used for columnwidth calculation
- " Addition to solve issue #120, contribution by Stefan Schm#ÃâÃâÃâÃâÃâÃâ ÃâÃâÃâÃâÃâ̢̮̮ÃâÃâ¬ÃâÃÅ¡#cker
+ " Addition to solve issue #120, contribution by Stefan Schm#ÃâÃâÃâÃâÃâÃâ ÃâÃâÃâÃâÃâ̢̮̮ÃâÃâ¬ÃâÃÅ¡#cker
DATA: style_iterator TYPE REF TO cl_object_collection_iterator,
style TYPE REF TO zcl_excel_style.
IF ep_style IS REQUESTED.
@@ -5149,4 +5149,4 @@ ENDMETHOD.
ENDMETHOD.
-
+
\ No newline at end of file
diff --git a/ZA2X/PROG/ZDEMO_EXCEL37.slnk b/ZA2X/PROG/ZDEMO_EXCEL37.slnk
index d146253..9b24ed1 100644
--- a/ZA2X/PROG/ZDEMO_EXCEL37.slnk
+++ b/ZA2X/PROG/ZDEMO_EXCEL37.slnk
@@ -26,6 +26,8 @@
REPORT zdemo_excel37.
+TYPE-POOLS: vrm.
+
DATA: excel TYPE REF TO zcl_excel,
reader TYPE REF TO zif_excel_reader,
go_error TYPE REF TO cx_root,