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:
Ivan Femia 2013-04-09 08:01:05 +00:00
parent 9528905a07
commit e6ce67fc32

View File

@ -4279,7 +4279,8 @@ endmethod.</source>
* End of change issue #152 - don&apos;t touch exisiting style if only value is passed
* Fix issue #162
IF ip_value CS cl_abap_char_utilities=&gt;cr_lf.
lv_value = ip_value.
IF lv_value CS cl_abap_char_utilities=&gt;cr_lf.
me-&gt;change_cell_style( ip_column = ip_column
ip_row = ip_row
ip_alignment_wraptext = abap_true ).