[]
The json datasource for the template.
public class JsonDataSource
Public Class JsonDataSource
string jsonText = "[{\"student\":{\"name\":\"Jane\",\"score\":100}}]";
JsonDataSource dataSource = new JsonDataSource(jsonText);
workbook.AddDataSource("ds", dataSource);
| Name | Description |
|---|---|
| JsonDataSource(string) | Constructs a JSON data source from the specified JSON text.
Use this constructor to wrap JSON content in a |