add méthode

add(row, column, field_type, format)

Ajoute un champ.

Retour

def add(self, row, column, field_type, format):
    ...
ParamètreTaperDescription
rowintL’index de ligne.
columnintL’indice de colonne.
field_typeOdsCellFieldTypeLe type du champ.
formatstrLe format numérique du champ.

Voir également