[]
Integrates all JSON files from the SpreadJS .sjs file into a single string, then put the string into the stream.
public void ToSjsJson(Stream stream)
| Type | Name | Description |
|---|---|---|
| Stream | stream | The specified file stream. |
Integrates all JSON files from the SpreadJS .sjs file into a single string, then put the string into the stream.
public void ToSjsJson(Stream stream, SjsSaveOptions options)
| Type | Name | Description |
|---|---|---|
| Stream | stream | The specified file stream. |
| SjsSaveOptions | options | Option for opening SpreadJS .sjs file. |
Generates a JSON string from a workbook. It integrates all JSON files from the SpreadJS .sjs file into a single string.
public string ToSjsJson()
| Type | Description |
|---|---|
| string | Json data. |
Generates a JSON string from a workbook. It integrates all JSON files from the SpreadJS .sjs file into a single string.
public string ToSjsJson(SjsSaveOptions options)
| Type | Name | Description |
|---|---|---|
| SjsSaveOptions | options | Option for saving SpreadJS .sjs file. |
| Type | Description |
|---|---|
| string | Json data. |