![]() |
VOOZH | about |
The CData Excel Add-In for Kintone provides formulas that can edit, save, and delete Kintone data. The following three steps show how you can automate the following task: Search Kintone data for a user-specified value and then organize the results into an Excel spreadsheet.
The syntax of the CDATAQUERY formula is the following:
=CDATAQUERY(Query, [Connection], [Parameters], [ResultLocation]);
This formula requires three inputs:
Connection: Either the connection name, such as KintoneConnection1, or a connection string. The connection string consists of the required properties for connecting to Kintone data, separated by semicolons.
In addition to the authentication values, set the following parameters to connect to and retrieve data from Kintone:
Kintone supports the following authentication methods.
You must set the following to authenticate:
If the basic authentication security feature is set on the domain, supply the additional login credentials with BasicAuthUser and BasicAuthPassword. Basic authentication requires these credentials in addition to User and Password.
Instead of basic authentication, you can specify a client certificate to authenticate. Set SSLClientCert, SSLClientCertType, SSLClientCertSubject, and SSLClientCertPassword. Additionally, set User and Password to your login credentials.
The procedure below results in a spreadsheet that organizes all the formula inputs in the first column.
=CDATAQUERY("SELECT * FROM Comments WHERE AppId = '"&B5&"'","User="&B1&";Password="&B2&";Url="&B3&";GuestSpaceId="&B4&";Provider=Kintone",B6)
👁 Formula inputs used in this example. (Google Apps is shown.)Download a free trial of the Excel Add-In for Kintone to get started:
Download NowLearn more:
👁 Kintone IconThe Kintone Excel Add-In is a powerful tool that allows you to connect with live data from Kintone applications directly from Microsoft Excel.
Use Excel to read, write, and update Kintone applications and databases. Perfect for mass imports / exports / updates, data cleansing & de-duplication, Excel based data analysis, and more!