[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IWorkbook.ToSjsJson

ToSjsJson Method

ToSjsJson(Stream)

Integrates all JSON files from the SJS file into a single string, then put the string into the stream.

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

The specified file stream.

ToSjsJson(Stream, SjsSaveOptions)

Integrates all JSON files from the SJS file into a single string, then put the string into the stream.

Declaration
void ToSjsJson(Stream stream, SjsSaveOptions options)
Sub ToSjsJson(stream As Stream, options As SjsSaveOptions)
Parameters
Type Name Description
Stream stream

The specified file stream.

SjsSaveOptions options

Option for saving sjs file.

ToSjsJson()

Generates a JSON string from a workbook. It integrates all JSON files from the SJS file into a single string.

Declaration
string ToSjsJson()
Function ToSjsJson() As String
Returns
Type Description
string

Json data.

ToSjsJson(SjsSaveOptions)

Generates a JSON string from a workbook. It integrates all JSON files from the SJS file into a single string.

Declaration
string ToSjsJson(SjsSaveOptions options)
Function ToSjsJson(options As SjsSaveOptions) As String
Parameters
Type Name Description
SjsSaveOptions options

Option for saving sjs file.

Returns
Type Description
string

Json data.