[]
Generates a worksheet from the JSON string.
void FromJson(string json, DeserializationOptions deserializationOptions = null)
| Type | Name | Description |
|---|---|---|
| string | json | the input JSON string. |
| DeserializationOptions | deserializationOptions | the DeserializationOptions object. |
Generates a worksheet from the JSON stream.
void FromJson(Stream stream, DeserializationOptions deserializationOptions = null)
| Type | Name | Description |
|---|---|---|
| Stream | stream | the input JSON stream. |
| DeserializationOptions | deserializationOptions | the DeserializationOptions object. |