oliver_am
Active Participant
Member since ‎04-28-2016

User Statistics

  • 160 Posts
  • 6 Solutions
  • 24 Kudos given
  • 24 Kudos received

User Activity

Hello.I'm using ABAP2XLSX to create some excel files.I need to add comments in some cells.I've seen the example ZDEMO_EXCEL_COMMENTS and I've managed to create comments in my file.The problem is that the size of the comment is too small. And I cannot...
Hello,I'm in an old SAP version. SAP_ABA 701.I'm trying to call a method dynamically using a PARAMETERS table.I'can activate my test report with the following code:*-----------------------------------------------------------------------------------RE...
Hello, all.How to add format to a range of cells using ABAP2XLSX.I'know I can use method BIND_TABLE and set some style to these cells.But I want is to print a table with all my data, and then format the cells using ranges.Example: first 5 columns of ...
Hello, all.I'm trying to use ABAP2XLSX.I want to print the content of an internal table in an excel sheet.But the method bind_table is printint also a header, and I dont want a header of the columns.(I've tried to modify the code of the method, but i...
Hi, all.I'm using ABAP2XLSX, i've created this simple test program.The file is downloaded but when I open the file MS Excel is showing a message:"We have encountered a problem with the content of "my_file.xlsx" . Do you want us to try to recover as m...