In This Topic
Integrates all JSON files from the SpreadJS .sjs file into a single string, then put the string into the stream.
Overload List
Overload | Description |
toSjsJson(OutputStream) | Integrates all JSON files from the SpreadJS .sjs file into a single string, then put the string into the stream. |
toSjsJson(OutputStream,SjsSaveOptions) | Integrates all JSON files from the SpreadJS .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 SpreadJS .sjs file into a single string. |
toSjsJson(SjsSaveOptions) | Generates a JSON string from a workbook. It integrates all JSON files from the SpreadJS .sjs file into a single string. |
See Also