Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / Workbook Class / FromSjsJson Method / FromSjsJson(Stream) Method
The JSON stream.
In This Topic
    FromSjsJson(Stream) Method
    In This Topic
    Generates a workbook from a JSON stream containing the contents of .sjs file format.
    Syntax
    public void FromSjsJson( 
       System.IO.Stream stream
    )

    Parameters

    stream
    The JSON stream.
    See Also