Generate your professional Excel spreadsheet from ABAP
Go to file
FoxAhead 371dfbba56 Method DATE_TO_EXCEL_STRING: Date field = space
Sometimes you get date field empty - containing only space(s) (not zeroes '00000000'). This value treated as not initial in ABAP for fields typed as D. This resulted in passing by
  CHECK ip_value IS NOT INITIAL
and calculating
  lv_date_diff = ip_value - c_excel_baseline_date + 1.
which returns "-693596". In EXCEL this displayed as #########...
2016-09-29 15:00:57 +03: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 Merge pull request #460 from fidley/master 2016-09-10 10:04:26 +02: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 Method DATE_TO_EXCEL_STRING: Date field = space 2016-09-29 15:00:57 +03:00
LICENSE Add TOOLS and BUILD directories to the repository 2013-12-26 14:51:34 -06:00
README.md Update README.md 2015-03-18 15:30:03 -05: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 - Open Source space, please add the prefix [abap2xlsx] in the title and tag the discussion with abap2xlsx.