Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IWorkbook Interface / FromSjsJson Method / FromSjsJson(Stream,SjsOpenOptions) Method
The JSON stream.
The open options for opening SpreadJS .sjs file.
In This Topic
    FromSjsJson(Stream,SjsOpenOptions) Method
    In This Topic
    Generates a workbook from a JSON stream containing the contents of .sjs file format.
    Syntax
    void FromSjsJson( 
       System.IO.Stream stream,
       SjsOpenOptions openOptions
    )

    Parameters

    stream
    The JSON stream.
    openOptions
    The open options for opening SpreadJS .sjs file.
    See Also