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>
* comments support in reader, initial version
* fixes formatting for unmodified section
* remove spurious cast
hopefully fixes linter complaint
* handle raw text comments
* removed raw text handling (unused)
Fixes shortdump in ZDEMO_EXCEL32 and custom programs if the ALV bind functionality is being used.
The dumps are caused by the missing handling of the exception CX_SALV_BS_SC_RUNTIME_INFO.
* release7.15.0
* Update changelog.txt
(Check demo regressions)
* abap2xlsx version made public to be used in APACK
Co-authored-by: Abo <andrea@borgia.bo.it>
* change REFRESH to CLEAR
and remve REFRESH if the variable is always empty
* more refresh
* enable REFRESH obsolete rule
* another
* last two
Co-authored-by: sandraros <34005250+sandraros@users.noreply.github.com>