Use this method to retrieve the formatting information for a group of cells. Only the color, alignment, and font fields are filled. The currency fields, and formatting such as scientific display, are not filled. This is because the spreadsheet packages supported by the interface offer too many formatting possibilities.
CALL METHOD spreadsheet->get_cell_formats_table
EXPORTING no_flush = no_flush
IMPORTING error = error
retcode = retcode
CHANGING table = table.
Description of parameters
Parameter |
Optional |
Description |
table |
Internal table with the data type SOI_CELL_TABLE (see Important Table Structures). You fill the table with the coordinates of the relevant cells before the method call. The method fills the remaining fields with formatting information. |