mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-06 09:26:37 +08:00
Merge branch 'main' into hvam/unit0511
This commit is contained in:
commit
ed4ff3940b
|
@ -9,7 +9,7 @@ Version numbering is based on [Semantic Versioning 2.0.0](https://semver.org/):
|
||||||
- `15`: a minor release
|
- `15`: a minor release
|
||||||
- `0`: patch level (bug fixes)
|
- `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.
|
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.
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@ CLASS zcl_excel DEFINITION
|
||||||
DATA legacy_palette TYPE REF TO zcl_excel_legacy_palette READ-ONLY .
|
DATA legacy_palette TYPE REF TO zcl_excel_legacy_palette READ-ONLY .
|
||||||
DATA security TYPE REF TO zcl_excel_security .
|
DATA security TYPE REF TO zcl_excel_security .
|
||||||
DATA use_template TYPE abap_bool .
|
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
|
METHODS add_new_autofilter
|
||||||
IMPORTING
|
IMPORTING
|
||||||
|
|
Loading…
Reference in New Issue
Block a user