mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-05 14:02:38 +08:00
Merge pull request #1 from FoxAhead/FoxAhead-patch-1
Method DATE_TO_EXCEL_STRING: Date field = space
This commit is contained in:
commit
8b8d684cbc
|
@ -1673,7 +1673,8 @@ endmethod.</source>
|
||||||
<source>method DATE_TO_EXCEL_STRING.
|
<source>method DATE_TO_EXCEL_STRING.
|
||||||
DATA: lv_date_diff TYPE i.
|
DATA: lv_date_diff TYPE i.
|
||||||
|
|
||||||
CHECK ip_value IS NOT INITIAL.
|
CHECK ip_value IS NOT INITIAL
|
||||||
|
AND ip_value <> space.
|
||||||
" Needed hack caused by the problem that:
|
" Needed hack caused by the problem that:
|
||||||
" Excel 2000 incorrectly assumes that the year 1900 is a leap year
|
" Excel 2000 incorrectly assumes that the year 1900 is a leap year
|
||||||
" http://support.microsoft.com/kb/214326/en-us
|
" http://support.microsoft.com/kb/214326/en-us
|
||||||
|
|
Loading…
Reference in New Issue
Block a user