Entering content frameSyntax documentationset_format_string Locate the document in its SAP Library structure

If you are using Microsoft Excel, you can format a cell with more options than allowed by the set_format method. This method sends a format string to Excel.

Caution

You should avoid using this method, since it cannot be converted by Lotus 1-2-3 or other spreadsheets.

CALL METHOD spreadsheet->set_format_string
       EXPORTING rangename    = rangename
                 formatstring = formatstring
                 no_flush     = no_flush
       IMPORTING error        = error
                 retcode      = retcode.

Description of parameters

Parameter

Optional

Description

rangename

 

Area name

formatstring

 

Format string to be passed to Microsoft Excel

 

Leaving content frame