[]
Option class for saving SpreadJS .sjs file.
public class SjsSaveOptions : SaveOptionsBase
Constructor.
public SjsSaveOptions()
Indicates whether any empty cells outside the used data range can be included when saving the file. By default, the value is true.
public bool IncludeEmptyRegionCells { get; set; }
Indicates whether the formula can be included when saving the file. By default, the value is true.
public bool IncludeFormulas { get; set; }
Indicates whether the style can be included when saving files. By default, the value is true.
public bool IncludeStyles { get; set; }
Indicates whether the unused custom name can be included when saving the file. By default, the value is true.
public bool IncludeUnusedNames { get; set; }