Closed sandraros closed 7 months ago
thanks, note its not a required check in abap2xlsx, also feel free to ping me in the PR if it fails
looking into it now
Oh I didn't realize it was optional, no hurry so. Thank you.
reproduced,
@sandraros try again, 2.8.24 published
I've also opened https://github.com/abap2xlsx/abap2xlsx/pull/1207
It's now okay, thank you very much!
There's a failure with abap2xlsx unit test (see the log corresponding to the pull request https://github.com/abap2xlsx/abap2xlsx/pull/1197).
Probably, it's related to this code:
and zcl_excel_common=>excel_string_to_date:
The code which should be executed is
lv_date_int = ip_value
, where ip_value = '45141.58832'. I guess that the transpiler calculates45141
, but it should calculate45142
.Thank you.