export_cell_coordinate property

export_cell_coordinate property

Indicates whether exporting excel coordinate of nonblank cells when saving file to html. The default value is false. If you want to import the output html to excel, please keep the default value.

Definition:

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

See Also