méthode add

add(self, row, column, field_type, format)

Ajoute un champ.

Retour


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

Voir également