Metodo add

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

Aggiunge un campo.

ritorna


def add(self, row, column, field_type, format):
    ...
ParametroTipoDescrizione
rowintIndice di riga.
columnintL’indice della colonna.
field_typeOdsCellFieldTypeIl tipo di campo.
formatstrFormato numerico del campo.

Guarda anche