![]() |
VOOZH | about |
The CData Excel Add-In for Presto provides formulas that can edit, save, and delete Presto data. The following three steps show how you can automate the following task: Search Presto data for a user-specified value and then organize the results into an Excel spreadsheet.
Accessing and integrating live data from Trino and Presto SQL engines has never been easier with CData. Customers rely on CData connectivity to:
Presto and Trino allow users to access a variety of underlying data sources through a single endpoint. When paired with CData connectivity, users get pure, SQL-92 access to their instances, allowing them to integrate business data with a data warehouse or easily access live data directly from their preferred tools, like Power BI and Tableau.
In many cases, CData's live connectivity surpasses the native import functionality available in tools. One customer was unable to effectively use Power BI due to the size of the datasets needed for reporting. When the company implemented the CData Power BI Connector for Presto they were able to generate reports in real-time using the DirectQuery connection mode.
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 PrestoConnection1, or a connection string. The connection string consists of the required properties for connecting to Presto data, separated by semicolons.
Set the Server and Port connection properties to connect, in addition to any authentication properties that may be required.
To enable TLS/SSL, set UseSSL to true.
In order to authenticate with LDAP, set the following connection properties:
In order to authenticate with KERBEROS, set the following connection properties:
The procedure below results in a spreadsheet that organizes all the formula inputs in the first column.
=CDATAQUERY("SELECT * FROM Customer WHERE Id = '"&B3&"'","Server="&B1&";Port="&B2&";Provider=Presto",B4)
👁 Formula inputs used in this example. (Google Apps is shown.)Download a free trial of the Excel Add-In for Presto to get started:
Download NowLearn more:
👁 Presto IconThe Presto Excel Add-In is a powerful tool that allows you to connect with live Presto data, directly from Microsoft Excel.
Use Excel to read, write, and update Presto Tables, etc. Perfect for mass imports / exports / updates, data cleansing & de-duplication, Excel based data analysis, and more!