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