Open
Description
I've looked at ZDEMO_EXCEL30 for hints on how to use the decimal places but it's not working for me when data is coming from SAP sources.
For example, when I have a value of .90, the spreadsheet shows .9 and the customer wants to see .90
I've used the following and it's not working.
lo_worksheet->set_cell( ip_column = lv_col ip_row = lv_row ip_value = l_charact-qcres-mvalue
ip_abap_type = lc_typekind_packed ).
l_charact-qcres-mvalue is type CHAR132 coming from SAP database.
I've also tried lc_typekind_num without success.
Has any one else had this issue and if so, how did they fix it?
Regards,
Greg Sharpe