abap2xlsx/ZA2X
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
..
CLAS Method DATE_TO_EXCEL_STRING: Date field = space 2016-09-29 15:00:57 +03:00
DOMA Domains and Data Elements reverted 2015-02-19 17:07:36 -06:00
DTEL Various issues concerning Autofilters, conditional styles, pane-freezing, Huge-Writer typo in XLST-Transformation 2015-08-03 15:31:11 +02:00
INTF Issue #367 - Enhancement: Added feature "Hide columns from 2015-04-09 21:58:31 +02:00
MSAG Preparations to advance #268 2013-08-10 21:32:38 +00:00
PROG Demo of modification of theme added 2015-09-25 19:30:53 +02:00
TABL Various issues concerning Autofilters, conditional styles, pane-freezing, Huge-Writer typo in XLST-Transformation 2015-08-03 15:31:11 +02:00
TTYP GF 2015-01-16 21:14:17 +01:00
XSLT Various issues concerning Autofilters, conditional styles, pane-freezing, Huge-Writer typo in XLST-Transformation 2015-08-03 15:31:11 +02:00