szelbi
szelbi
Issue: https://github.com/abap2xlsx/abap2xlsx/issues/1004 Added the `zcl_excel_base` prototype class, implemented deep cloning in Excel components, added the `clone_worksheet` method in the main Excel class.
Execution time of the `calculate_column_widths` method varies significantly depending on whether styles have been set for the cells. I ran it for 5000 rows and 30 columns, which is a...
In my app, I would like to use a template file that has two worksheets and the second sheet should occur the dynamic number of times. Because of that, after...
**abapGit 1.127.0 - Developer Version** This is a follow-up to that issue: https://github.com/abapGit/abapGit/issues/6847 The repository contains a service binding (`SRVB`) with exactly the same name as the `SICF`: `ZEWM_C_LAGP_SERVICE_V2` (`/src/zewm_c_lagp_service_v2.srvb.xml`)....
**Full and short name of product** OpenUI5 **Does this product have LTS versions? What are the intervals between each LTS version?** https://openui5.hana.ondemand.com/topic/91f021426f4d1014b6dd926db0e91070 > Every month, OpenUI5 releases a new version...
Hello, I see that between UI5 `1.108` and `1.120` a rather big change has been introduced to the type of an `Event` (`sap/ui/base/Event`). `1.108`: ```typescript export default class Event extends...