[]
Option class for saving.
public class SaveOptions
Constructor.
public SaveOptions()
Indicates whether to treat formula cells as value cells.
public bool IgnoreFormulas { get; set; }
A bool indicating whether to save workbook in compact mode, the default value is false.
public bool IsCompactMode { get; set; }