[]
        
(Showing Draft Content)

SjsOpenOptions

Class SjsOpenOptions

java.lang.Object
com.grapecity.documents.excel.OpenOptionsBase
com.grapecity.documents.excel.SjsOpenOptions

public class SjsOpenOptions extends OpenOptionsBase
Option class for opening SpreadJS .sjs file.
  • Constructor Details

    • SjsOpenOptions

      public SjsOpenOptions()
      Constructor.
  • Method Details

    • getIncludeStyles

      public final boolean getIncludeStyles()
      Get whether the style can be included when loading. By default, it is true.
    • setIncludeStyles

      public final void setIncludeStyles(boolean value)
      Set whether the style can be included when loading. By default, it is true.
    • getIncludeFormulas

      public final boolean getIncludeFormulas()
      Get whether the formula can be included when loading. By default, it is true.
    • setIncludeFormulas

      public final void setIncludeFormulas(boolean value)
      Set whether the formula can be included when loading. By default, it is true.