mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-05 08:06:15 +08:00
Fix an error with not characters values in set_cell method (issue #162)
git-svn-id: https://subversion.assembla.com/svn/abap2xlsx/trunk@417 b7d68dce-7c3c-4a99-8ce0-9ea847f5d049
This commit is contained in:
parent
9528905a07
commit
e6ce67fc32
|
@ -4279,7 +4279,8 @@ endmethod.</source>
|
|||
* End of change issue #152 - don't touch exisiting style if only value is passed
|
||||
|
||||
* Fix issue #162
|
||||
IF ip_value CS cl_abap_char_utilities=>cr_lf.
|
||||
lv_value = ip_value.
|
||||
IF lv_value CS cl_abap_char_utilities=>cr_lf.
|
||||
me->change_cell_style( ip_column = ip_column
|
||||
ip_row = ip_row
|
||||
ip_alignment_wraptext = abap_true ).
|
||||
|
|
Loading…
Reference in New Issue
Block a user