auto_optimize_for_large_cells property

auto_optimize_for_large_cells property

Gets/Sets whether to automatically optimize the load performance for worksheet with large cells. it will ignore some style /borders to reduce the load time. the default value is true.

Definition:

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

See Also