export_cell_coordinate proprietà

export_cell_coordinate proprietà

Indica se esportare le coordinate Excel delle celle non vuote durante il salvataggio del file in HTML. Il valore predefinito è “false”. Se si desidera importare l’output HTML in Excel, mantenere il valore predefinito.

Definizione:

@property
def export_cell_coordinate(self):
    ...
@export_cell_coordinate.setter
def export_cell_coordinate(self, value):
    ...

Guarda anche