Latest abapGit version did a cleanup of useless elements /DESCRIPTIONS/SEOCOMPOTX/CLSNAME because it's duplicate information.
<?xml version="1.0" encoding="utf-8"?>
<abapGit version="v1.0.0" serializer="LCL_OBJECT_CLAS" serializer_version="v1.0.0">
<asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0">
<asx:values>
<VSEOCLASS>
<CLSNAME>ZCL_EXCEL_WRITER_2007</CLSNAME>
<LANGU>E</LANGU>
<DESCRIPT>Excel writer 2007</DESCRIPT>
<STATE>1</STATE>
<CLSCCINCL>X</CLSCCINCL>
<FIXPT>X</FIXPT>
<UNICODE>X</UNICODE>
<WITH_UNIT_TESTS>X</WITH_UNIT_TESTS>
</VSEOCLASS>
<DESCRIPTIONS>
<SEOCOMPOTX>
<CLSNAME>ZCL_EXCEL_WRITER_2007</CLSNAME> <============= Removed
<CMPNAME>ADD_FURTHER_DATA_TO_ZIP</CMPNAME>
<LANGU>E</LANGU>
<DESCRIPT>Add further data to zip ( used by child-classes )</DESCRIPT>
Co-authored-by: sandraros <sandra.rossi@gmail.com>
ideally we shoudl run ZDEMO_EXCEL_CHECKER during the review process of each PR for both the main library and the demos, but as a safety net also before releasing a new version
* Update publishing-a-new-release.md
- noted that tags should be created when working from upstream repository (they do not come via PR from outside, only from local branches apparently)
- added note regarding previous tag for auto-generation of release notes
* Remaining occurrence 15 → 16
Co-authored-by: sandraros <34005250+sandraros@users.noreply.github.com>
* add column_name to fcat and link cell to table
add column_name char 255 to table fieldcat - this is used as table name and cell value
link cell to table and fieldcat
* update fieldcat by cell value change
* fix linter errors
Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
* fix linter errors
* fix linter errors
* undo PP
* undo PP
* undo PP
* fix colname for totals functions
Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
* first draft
must check cloning vs uuid assignment, it works but I'm not convinced this is correct
* remove unused class attribute
* fixed unrelated typo
* fixed linter complaints and revised changes
* Delete zexcel_t_sheet_style.ttyp.xml
* Delete zexcel_s_sheet_style.tabl.xml
Co-authored-by: Gregor Wolf <gregor.wolf@gmail.com>
* Fix#1011 exception ZCX_EXCEL is not caught
* fix uncaught exception in test class
* activate uncaught_exception check
Co-authored-by: sandraros <34005250+sandraros@users.noreply.github.com>
* Update abapGit-installation.md
naming suggestions for demos package and explanation
* Update abapGit-installation.md
fixed typo
* Update abapGit-installation.md
* Update abapGit-installation.md
recommend that demos be created as local package
Co-authored-by: Lars Hvam <larshp@hotmail.com>
* Refactor headings logic in BIND_TABLE
to help proposing a change for #764
Co-authored-by: sandraros <sandra.rossi@gmail.com>
Co-authored-by: Lars Hvam <larshp@hotmail.com>
Co-authored-by: Abo <andrea@borgia.bo.it>