Merge branch 'main' into hvam/unit0511

This commit is contained in:
Lars Hvam 2022-08-13 13:13:48 +02:00 committed by GitHub
commit ed4ff3940b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ Version numbering is based on [Semantic Versioning 2.0.0](https://semver.org/):
- `15`: a minor release
- `0`: patch level (bug fixes)
Create a branch for this new release, change `zcl_excel_version` to indicate the new version number and push the changes to the repository
Create a branch for this new release, change `version` in `zcl_excel` to indicate the new version number and push the changes to the repository
With GitHub Desktop (or any Git console or Git user interface), [add the tag](https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/managing-tags) `7.15.0` to this branch.

View File

@ -13,7 +13,7 @@ CLASS zcl_excel DEFINITION
DATA legacy_palette TYPE REF TO zcl_excel_legacy_palette READ-ONLY .
DATA security TYPE REF TO zcl_excel_security .
DATA use_template TYPE abap_bool .
CONSTANTS version TYPE c LENGTH 10 VALUE '7.15.0'. "#EC NOTEXT
CONSTANTS version TYPE c LENGTH 10 VALUE '7.16.0'. "#EC NOTEXT
METHODS add_new_autofilter
IMPORTING