ToSjsJson Method (IWorkbook)
In This Topic
Integrates all JSON files from the SJS file into a single string, then put the string into the stream.
Overload List
Overload | Description |
ToSjsJson(Stream) |
Integrates all JSON files from the SJS file into a single string, then put the string into the stream.
|
ToSjsJson(Stream,SjsSaveOptions) |
Integrates all JSON files from the SJS file into a single string, then put the string into the stream.
|
ToSjsJson() |
Generates a JSON string from a workbook. It integrates all JSON files from the SJS file into a single string.
|
ToSjsJson(SjsSaveOptions) |
Generates a JSON string from a workbook. It integrates all JSON files from the SJS file into a single string.
|
See Also