add méthode

add(row, column, field_type, format)

Ajoute un champ.

Retour

def add(self, row, column, field_type, format):
    ...
Paramètre Taper Description
row int L’index de ligne.
column int L’indice de colonne.
field_type OdsCellFieldType Le type du champ.
format str Le format numérique du champ.

Voir également