LoadOptions.IgnoreUselessShapes

LoadOptions.IgnoreUselessShapes property

Indicates whether ignoring useless shapes.

public bool IgnoreUselessShapes { get; set; }

Remarks

Only works for xlsx,xlsb, and xlsm files. There are many overlapping identical shapes which are useless in some files, we can ingore them when loading files.

See Also