![]() |
VOOZH | about |
The CData Excel Add-In for NetSuite provides formulas that can edit, save, and delete NetSuite data. The following three steps show how you can automate the following task: Search NetSuite data for a user-specified value and then organize the results into an Excel spreadsheet.
CData provides the easiest way to access and integrate live data from Oracle NetSuite. Customers use CData connectivity to:
Customers use CData solutions to access live NetSuite data from their preferred analytics tools, Power BI and Excel. They also use CData's solutions to integrate their NetSuite data into comprehensive databases and data warehouse using CData Sync directly or leveraging CData's compatibility with other applications like Azure Data Factory. CData also helps Oracle NetSuite customers easily write apps that can pull data from and push data to NetSuite, allowing organizations to integrate data from other sources with NetSuite.
For more information about our Oracle NetSuite solutions, read our blog: Drivers in Focus Part 2: Replicating and Consolidating ... NetSuite Accounting Data.
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 NetSuiteConnection1, or a connection string. The connection string consists of the required properties for connecting to NetSuite data, separated by semicolons.
The User and Password properties, under the Authentication section, must be set to valid NetSuite user credentials. In addition, the AccountId must be set to the ID of a company account that can be used by the specified User. The RoleId can be optionally specified to log in the user with limited permissions.
See the "Getting Started" chapter of the help documentation for more information on connecting to NetSuite.
The procedure below results in a spreadsheet that organizes all the formula inputs in the first column.
=CDATAQUERY("SELECT * FROM SalesOrder WHERE Class_Name = '"&B6&"'","Account Id="&B1&";Password="&B2&";User="&B3&";Role Id="&B4&";Version="&B5&";Provider=NetSuite",B7)
👁 Formula inputs used in this example. (Google Apps is shown.)Download a free trial of the Excel Add-In for NetSuite to get started:
Download NowLearn more:
👁 NetSuite IconThe NetSuite Excel Add-In is a powerful tool that allows you to connect with live NetSuite data, directly from Microsoft Excel.
Use Excel to read, write, and update Leads, Contacts, Opportunities, Accounts, etc. Perfect for mass imports / exports / updates, data cleansing & de-duplication, Excel based data analysis, and more!