GrapeCity.Documents.Excel Namespace / Workbook Class / FromJson Method / FromJson(Stream,DeserializationOptions) Method
the stream
the DeserializationOptions object
In This Topic
FromJson(Stream,DeserializationOptions) Method
In This Topic
Generates a workbook from a json stream.
Syntax
public System.Collections.Generic.IList<JsonError> FromJson( 
   System.IO.Stream stream,
   DeserializationOptions deserializationOptions
)

Parameters

stream
the stream
deserializationOptions
the DeserializationOptions object

Return Value

The errors in the json
See Also