Overload | Description |
---|---|
fromSjsJson(String) | Generates a workbook from a JSON string containing the contents of .sjs file format. |
fromSjsJson(String,SjsOpenOptions) | Generates a workbook from a JSON string containing the contents of .sjs file format. |
fromSjsJson(InputStream,SjsOpenOptions) | Generates a workbook from a JSON stream containing the contents of .sjs file format. |
fromSjsJson(InputStream) | Generates a workbook from a JSON stream containing the contents of .sjs file format. |