
In the Sheet Name box, enter the name for the sheet that will be populated.The Query box will then display the SQL query that corresponds to your request. If you want to insert rows, you need to retrieve only one row. In the Maximum Rows menu, select the number of rows you want to retrieve.In the Table or View menu, select the people table.



The DataModel property is the controlling property over how your data is represented into tables and toggles the following basic configurations. See the Getting Started chapter in the data provider documentation for authentication guides.Īfter setting the URI and providing any authentication values, set DataModel to more closely match the data representation to the structure of your data. The major authentication schemes are supported, including HTTP Basic, Digest, NTLM, OAuth, and FTP. See the Getting Started chapter in the data provider documentation to authenticate to your data source: The data provider models JSON APIs as bidirectional database tables and JSON files as read-only views (local files, files stored on popular cloud services, and FTP servers).

If you have not already done so, create a new JSON connection by clicking From JSON on the ribbon. In this example, you will use the people table however, the same process will work for any table thatĬan be retrieved by the CData Excel Add-In. This technique is useful if you want to work on JSON services in Excel and update changes, or if you have a whole spreadsheet you want to import into JSON. This article explains how to transfer data from Excel to JSON. The CData Excel Add-In for JSON enables you to edit and save JSON services directly from Excel.
