lv_table_set_cell_value_fmt() function
Set the value of a cell. Memory will be allocated to store the text by the table.
Arguments
obj
pointer to a Table object
row
id of the row [0 .. row_cnt -1]
col
id of the column [0 .. col_cnt -1]
Notes
New roes/columns are added automatically if required