sandraros

Results 130 comments of sandraros

Thank you. It would be a completely different project (abap2xmlss or something like that). It would take a lot of time to create and test the code. XML 2003 is...

`BIND_TABLE` defines an Excel Table which requires headings, so we can't use this method for just pasting the values. Instead, you may use the method `SET_TABLE` with the parameter `IP_NO_HEADER...

Thanks. Yep, 150 lines of pseudo constants (defined as `DATA` for unknown reason). I think the issue is more about the total of 1800 lines of code in this method....

If you can add unit tests, that would be the icing on the cake! 😉 In the [demos](https://github.com/abap2xlsx/demos) repository, there's a tool ([zdemo_excel_checker](https://github.com/abap2xlsx/demos/blob/main/src/zdemo_excel_checker.prog.abap)) to check regressions on the demo-generated Excel...

With the latest abap2xlsx/abapGit versions and ABAP 7.52 SP04, I did a "Syntax Check": ![image](https://user-images.githubusercontent.com/34005250/197852711-368333d4-eee5-4738-8984-9c9cce474739.png) which shows one warning about the method `BUILD_XML` of `ZCL_EXCEL_THEME_COLOR_SCHEME`: ![image](https://user-images.githubusercontent.com/34005250/197852549-ba04e2a1-568e-457e-9ec5-2873844a4bc5.png)

Thanks for notifying about this issue, and for this very detailed analysis. Reproduced. it works fine for `oneCellAnchor` which seems to always correspond to "move but don't size", but fails...

Hi. What is this "page break preview"? Could you provide the Excel template? Could you provide a minimal reproducible example? One good recent example of program to reproduce (compiles and...

It's not a matter of file type, it's a matter of **data** (even images could contain confidential data). I see that it's "empty", i.e. no confidential data/no private data, so...

Yes this feature was changed few years ago, I can't say how it was working before that change, what was done and why, so I trust you. Do you think...