Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IWorkbook Interface / FromSjsJson Method / FromSjsJson(String) Method
The JSON string.
In This Topic
    FromSjsJson(String) Method
    In This Topic
    Generates a workbook from a JSON string containing the contents of .sjs file format.
    Syntax
    void FromSjsJson( 
       System.string json
    )

    Parameters

    json
    The JSON string.
    See Also