Results 20 comments of szelbi

If I have some spare time, I will try to implement such a functionality. Unfortunately, I don't know when exactly.

> note that abap2xlsx aims for 702 compatibility, so inline declarations are not possible Working on it.

I've reproduced the error you described and it turned out that my regex was not written correctly and that was a reason of an exception. Additionally, I discovered another problem...

> Without the regex-logic I was not able to read only the worksheet title from them to replace it easily. As the `clone` method is public, ranges can be cloned...

I agree that profiles that extend other profiles should also extend user settings. That's the functionality I think the extension is missing the most.

> Is the SICF object generated by the binding? Try to remove the sicf.xml file from the repo and pull the service binding. Does this create the SICF service? Unfortunately,...

When I try to create the Service Binding manually using Eclipse ADT, I get exactly the same error which is "A service with the name ZEWM_C_LAGP_SERVICE_V2 already exists". So I...

Okay, I was able to get it to work and it looks like maybe abapGit is creating these objects in the wrong order? Even though the Eclipse ADT didn't detect...