WorkbookSettings.Compliance

WorkbookSettings.Compliance property

Specifies the OOXML version for the output document. The default value is Ecma376_2006.

public OoxmlCompliance Compliance { get; set; }

Remarks

Only for .xlsx files.

See Also