Generate your professional Excel spreadsheet from ABAP
Go to file
Gregor Wolf 3bee79156d
No line if empty by kwaishang (#629)
* Update zcl_excel_worksheet.clas.abap

Allow int8 type columns

* Option to create empty file 

Allow to create empty excel file even if input table is empty

* Update zcl_excel_worksheet.clas.abap

Add the option to create the file or not if the input table is empty

*  Test report zdemo_excel43 

When using CSV mainly, if the input table is empty, the csv file contained a line with empty fields and separators.
This fooled some automation process thinking there's data to process in the file.
When optional input parameter "iv_no_line_if_empty" of method "zcl_excel_worksheet->bind_table"  is checked, there's no more empty line in this case.

* User demo report 44 instead of 43

Mistake in test program name

* Fix internal renaming of test report 44

* Correct filename and test both cases

* Include test 44
2019-09-29 17:03:03 +02:00
additional objects Created new directory for objects not to be included in daily-build nugget which should hold all slinkees from the trunk/ZA2X/... subdirectories 2015-08-11 10:39:42 +02:00
build New transport version for #562 2019-02-20 17:11:40 +01:00
docs Updated old repository link 2019-06-27 06:27:53 -07:00
resources Adding test file for ZDEMO_EXCEL29 2014-01-02 11:20:08 -06:00
src No line if empty by kwaishang (#629) 2019-09-29 17:03:03 +02:00
tools/OpenXMLValidator remove APIDoc 2013-12-26 15:20:22 -06:00
_config.yml Set theme jekyll-theme-cayman 2018-01-06 11:52:55 -06:00
.abapgit.xml 700 support #562 2019-02-11 17:33:24 +00:00
abaplint.json update abaplint config 2019-09-04 21:26:01 -07:00
LICENSE Add TOOLS and BUILD directories to the repository 2013-12-26 14:51:34 -06:00
README.md fix badge 2019-09-05 06:27:44 +02:00

abaplint

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 documentation. Please refer to the official wiki for the installation guide & F.A.Q..

Discussion Board is on SAP Community Network, please add the prefix [abap2xlsx] in the title and tag the discussion with abap2xlsx.