export_empty_cells property

export_empty_cells property

Indicates whether exporting empty cells as null.

Definition:

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

See Also