mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-05 16:46:11 +08:00
+ daily build including all fixes git-svn-id: https://subversion.assembla.com/svn/abap2xlsx/trunk@394 b7d68dce-7c3c-4a99-8ce0-9ea847f5d049
This commit is contained in:
parent
5c9dde9b26
commit
8612883c9a
|
@ -398,9 +398,9 @@ public section.
|
||||||
<protectedSection>*"* protected components of class ZCL_EXCEL_WORKSHEET
|
<protectedSection>*"* protected components of class ZCL_EXCEL_WORKSHEET
|
||||||
*"* do not include other source files here!!!
|
*"* do not include other source files here!!!
|
||||||
protected section.</protectedSection>
|
protected section.</protectedSection>
|
||||||
<privateSection>*"* private components of class ZCL_EXCEL_WORKSHEET
|
<privateSection>private section.
|
||||||
|
*"* private components of class ZCL_EXCEL_WORKSHEET
|
||||||
*"* do not include other source files here!!!
|
*"* do not include other source files here!!!
|
||||||
private section.
|
|
||||||
|
|
||||||
data ACTIVE_CELL type ZEXCEL_S_CELL_DATA .
|
data ACTIVE_CELL type ZEXCEL_S_CELL_DATA .
|
||||||
data CHARTS type ref to ZCL_EXCEL_DRAWINGS .
|
data CHARTS type ref to ZCL_EXCEL_DRAWINGS .
|
||||||
|
|
Loading…
Reference in New Issue
Block a user