Class JsonDataSource
java.lang.Object
com.grapecity.documents.excel.template.DataSource.JsonDataSource
The json datasource for the template.
-
Constructor Summary
ConstructorsConstructorDescriptionJsonDataSource(String jsonText) Construct a json datasource from the json text. -
Method Summary
-
Constructor Details
-
JsonDataSource
Construct a json datasource from the json text.- Parameters:
jsonText- The json text.
-