diff --git a/ZA2X/CLAS/ZCL_EXCEL_STYLE.slnk b/ZA2X/CLAS/ZCL_EXCEL_STYLE.slnk
index 19f8f44..cf4afa9 100644
--- a/ZA2X/CLAS/ZCL_EXCEL_STYLE.slnk
+++ b/ZA2X/CLAS/ZCL_EXCEL_STYLE.slnk
@@ -36,13 +36,13 @@ private section.
*"* implementation or private method's signature
*"* use this source file for any macro definitions you need
*"* in the implementation part of the class
-
-
-
-
+
+
+
+
-
-
+
+
method CONSTRUCTOR.
diff --git a/ZA2X/CLAS/ZCL_EXCEL_STYLE_ALIGNMENT.slnk b/ZA2X/CLAS/ZCL_EXCEL_STYLE_ALIGNMENT.slnk
index e639db5..b3dfe17 100644
--- a/ZA2X/CLAS/ZCL_EXCEL_STYLE_ALIGNMENT.slnk
+++ b/ZA2X/CLAS/ZCL_EXCEL_STYLE_ALIGNMENT.slnk
@@ -1,5 +1,5 @@
-
+
class ZCL_EXCEL_STYLE_ALIGNMENT definition
public
final
@@ -47,23 +47,23 @@ private section.
*"* in the implementation part of the class
ABAP
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
method CONSTRUCTOR.
horizontal = me->c_horizontal_general.
vertical = me->c_vertical_bottom.
@@ -71,9 +71,9 @@ private section.
shrinkToFit = abap_false.
endmethod.
-
-
- METHOD get_structure.
+
+
+ method GET_STRUCTURE.
es_alignment-horizontal = me->horizontal.
es_alignment-vertical = me->vertical.
@@ -82,6 +82,6 @@ endmethod.
es_alignment-shrinktofit = me->shrinktofit.
es_alignment-indent = me->indent.
-ENDMETHOD.
+endmethod.
diff --git a/ZA2X/CLAS/ZCL_EXCEL_STYLE_BORDERS.slnk b/ZA2X/CLAS/ZCL_EXCEL_STYLE_BORDERS.slnk
index bab81e1..bfdbbde 100644
--- a/ZA2X/CLAS/ZCL_EXCEL_STYLE_BORDERS.slnk
+++ b/ZA2X/CLAS/ZCL_EXCEL_STYLE_BORDERS.slnk
@@ -1,5 +1,5 @@
-
+
class ZCL_EXCEL_STYLE_BORDERS definition
public
final
@@ -39,22 +39,22 @@ private section.
*"* implementation or private method's signature
*"* use this source file for any macro definitions you need
*"* in the implementation part of the class
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
method CONSTRUCTOR.
endmethod.
-
-
+
+
method GET_STRUCTURE.
* Check if all borders is set otherwise check single border
diff --git a/ZA2X/CLAS/ZCL_EXCEL_STYLE_FILL.slnk b/ZA2X/CLAS/ZCL_EXCEL_STYLE_FILL.slnk
index a15cb44..083e487 100644
--- a/ZA2X/CLAS/ZCL_EXCEL_STYLE_FILL.slnk
+++ b/ZA2X/CLAS/ZCL_EXCEL_STYLE_FILL.slnk
@@ -1,5 +1,5 @@
-
+
class ZCL_EXCEL_STYLE_FILL definition
public
final
@@ -53,39 +53,39 @@ private section.
*"* implementation or private method's signature
*"* use this source file for any macro definitions you need
*"* in the implementation part of the class
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
method CONSTRUCTOR.
filltype = zcl_excel_style_fill=>c_fill_none.
rotation = 0.
endmethod.
-
-
+
+
method GET_STRUCTURE.
es_fill-rotation = me->rotation.
es_fill-filltype = me->filltype.
diff --git a/ZA2X/CLAS/ZCL_EXCEL_STYLE_NUMBER_FORMAT.slnk b/ZA2X/CLAS/ZCL_EXCEL_STYLE_NUMBER_FORMAT.slnk
index a747bc2..f2f3264 100644
--- a/ZA2X/CLAS/ZCL_EXCEL_STYLE_NUMBER_FORMAT.slnk
+++ b/ZA2X/CLAS/ZCL_EXCEL_STYLE_NUMBER_FORMAT.slnk
@@ -1,5 +1,5 @@
-
+
class ZCL_EXCEL_STYLE_NUMBER_FORMAT definition
public
final
@@ -63,47 +63,47 @@ private section.
*"* implementation or private method's signature
*"* use this source file for any macro definitions you need
*"* in the implementation part of the class
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
method CONSTRUCTOR.
format_code = me->c_format_general.
endmethod.
-
-
+
+
method GET_STRUCTURE.
ep_number_format-numfmt = me->format_code.
endmethod.
diff --git a/ZA2X/CLAS/ZCL_EXCEL_STYLE_PROTECTION.slnk b/ZA2X/CLAS/ZCL_EXCEL_STYLE_PROTECTION.slnk
index 4168c89..f77f3f2 100644
--- a/ZA2X/CLAS/ZCL_EXCEL_STYLE_PROTECTION.slnk
+++ b/ZA2X/CLAS/ZCL_EXCEL_STYLE_PROTECTION.slnk
@@ -1,5 +1,5 @@
-
+
class ZCL_EXCEL_STYLE_PROTECTION definition
public
final
diff --git a/ZA2X/DTEL/ZEXCEL_SHEET_PROTECTION.slnk b/ZA2X/DTEL/ZEXCEL_SHEET_PROTECTION.slnk
new file mode 100644
index 0000000..64ec3d2
--- /dev/null
+++ b/ZA2X/DTEL/ZEXCEL_SHEET_PROTECTION.slnk
@@ -0,0 +1,4 @@
+
+
+
+