SaveFormat

XlsxSaveOptions.SaveFormat property

Specifies the format in which the document will be saved if this save options object is used. Can only be Xlsx.

public override SaveFormat SaveFormat { get; set; }

See Also