Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / Workbook Class / ToSjsJson Method / ToSjsJson(Stream,SjsSaveOptions) Method
The specified file stream.
Option for opening SpreadJS .sjs file.
In This Topic
    ToSjsJson(Stream,SjsSaveOptions) 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,
       SjsSaveOptions options
    )

    Parameters

    stream
    The specified file stream.
    options
    Option for opening SpreadJS .sjs file.
    See Also