put_cell_value yöntemi

put_cell_value(self, row_offset, column_offset, value)

Değeri hücreye koy.


def put_cell_value(self, row_offset, column_offset, value):
    ...
ParametreTipTanım
row_offsetintTablodaki satır ofseti.
column_offsetintTablodaki sütun ofseti.
valueanyHücre değeri.

put_cell_value(self, row_offset, column_offset, value, is_totals_row_label)

Değeri hücreye koy.


def put_cell_value(self, row_offset, column_offset, value, is_totals_row_label):
    ...
ParametreTipTanım
row_offsetintTablodaki satır ofseti.
column_offsetintTablodaki sütun ofseti.
valueanyHücre değeri.
is_totals_row_labelboolToplam satırı için bir etiket olup olmadığını belirtir, yalnızca toplam satırı için çalışır.
Eğer False ise ve bu satır toplam satır ise yeni bir satır eklenecektir.

Ayrıca bakınız