auto_optimize_for_large_cells property

auto_optimize_for_large_cells property

Sets/Gets whether to automatically optimize the load performance for worksheet with large cells 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