Config.AutoOptimizeForLargeCells

Config.AutoOptimizeForLargeCells 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.

public static bool AutoOptimizeForLargeCells { get; set; }

See Also