Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IWorkbook Interface / ToSjsJson Method / ToSjsJson(Stream,SjsSaveOptions) Method
The specified file stream.
Option for saving sjs file.
In This Topic
    ToSjsJson(Stream,SjsSaveOptions) Method
    In This Topic
    Integrates all JSON files from the SJS file into a single string, then put the string into the stream.
    Syntax
    void ToSjsJson( 
       System.IO.Stream stream,
       SjsSaveOptions options
    )

    Parameters

    stream
    The specified file stream.
    options
    Option for saving sjs file.
    See Also