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):
    ...
@staticmethod
def set_auto_optimize_for_large_cells(value):
    ...

See Also