[]
Option class for opening SpreadJS .sjs file.
public class SjsOpenOptions : OpenOptionsBase
Constructor.
public SjsOpenOptions()
Indicates whether the formula can be included when loading. By default, it is true.
public bool IncludeFormulas { get; set; }
Indicates whether the style can be included when loading. By default, it is true.
public bool IncludeStyles { get; set; }