Generate your professional Excel spreadsheet from ABAP
Go to file
Ivan 449e312c87 Suggestion by Rüdiger Plantiko
In methid ZIF_EXCEL_READER~LOAD_FILE, change the import parameter
I_FILENAME from type STRING to the generic type CSEQUENCE, and move it
to a string internally where needed.
This saves the client from having to move a CHAR field to an auxiliary
STRING field, only for not having a "type conflict" when calling the
method.
2014-02-24 15:24:18 -06:00
build Add TOOLS and BUILD directories to the repository 2013-12-26 15:10:43 -06:00
resources Adding test file for ZDEMO_EXCEL29 2014-01-02 11:20:08 -06:00
tools/OpenXMLValidator remove APIDoc 2013-12-26 15:20:22 -06:00
ZA2X Suggestion by Rüdiger Plantiko 2014-02-24 15:24:18 -06:00
LICENSE Add TOOLS and BUILD directories to the repository 2013-12-26 14:51:34 -06:00
README.md Update readme file 2014-02-21 11:04:49 -06:00

abap2xlsx

Generate your professional Excel spreadsheet from ABAP

For general information please refer to the blog series abap2xlsx - Generate your professional Excel spreadsheet from ABAP and the Wiki section. Please refer to the official wiki for the installation guide & F.A.Q..

Discussion Board is on SAP Community Network - Code Exchange space, once you create a new discussion please add the prefix [abap2xlsx] in the title and tag the discussion with abap2xlsx.

Bitdeli Badge