Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IWorkbook Interface / ToSjsJson Method / ToSjsJson(SjsSaveOptions) Method
Option for saving sjs file.
In This Topic
    ToSjsJson(SjsSaveOptions) Method
    In This Topic
    Generates a JSON string from a workbook. It integrates all JSON files from the SJS file into a single string.
    Syntax
    System.string ToSjsJson( 
       SjsSaveOptions options
    )

    Parameters

    options
    Option for saving sjs file.

    Return Value

    Json data
    See Also