Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / Workbook Class / ToSjsJson Method / ToSjsJson(Stream) Method
The specified file stream.
In This Topic
    ToSjsJson(Stream) Method
    In This Topic
    Integrates all JSON files from the SpreadJS .sjs file into a single string, then put the string into the stream.
    Syntax
    public void ToSjsJson( 
       System.IO.Stream stream
    )

    Parameters

    stream
    The specified file stream.
    See Also