[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IWorkbook.FromSjsJson

FromSjsJson Method

FromSjsJson(string, SjsOpenOptions)

Generates a workbook from a JSON string containing the contents of .sjs file format.

Declaration
void FromSjsJson(string json, SjsOpenOptions openOptions)
Sub FromSjsJson(json As String, openOptions As SjsOpenOptions)
Parameters
Type Name Description
string json

The JSON string.

SjsOpenOptions openOptions

The open options for opening SpreadJS .sjs file.

FromSjsJson(Stream)

Generates a workbook from a JSON stream containing the contents of .sjs file format.

Declaration
void FromSjsJson(Stream stream)
Sub FromSjsJson(stream As Stream)
Parameters
Type Name Description
Stream stream

The JSON stream.

FromSjsJson(Stream, SjsOpenOptions)

Generates a workbook from a JSON stream containing the contents of .sjs file format.

Declaration
void FromSjsJson(Stream stream, SjsOpenOptions openOptions)
Sub FromSjsJson(stream As Stream, openOptions As SjsOpenOptions)
Parameters
Type Name Description
Stream stream

The JSON stream.

SjsOpenOptions openOptions

The open options for opening SpreadJS .sjs file.

FromSjsJson(string)

Generates a workbook from a JSON string containing the contents of .sjs file format.

Declaration
void FromSjsJson(string json)
Sub FromSjsJson(json As String)
Parameters
Type Name Description
string json

The JSON string.