![]() |
VOOZH | about |
The CData Excel Add-In for TaxJar provides formulas that can edit, save, and delete TaxJar data. The following three steps show how you can automate the following task: Search TaxJar 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 TaxJarConnection1, or a connection string. The connection string consists of the required properties for connecting to TaxJar data, separated by semicolons.
To authenticate to the TaxJar API, first obtain the API Key from the TaxJar UI.
NOTE: the API is available only for Professional and Premium TaxJar plans.
If you already have a Professional or Premium plan you can find the API Key by logging in the TaxJar UI and navigating to Account -> TaxJar API. After obtaining the API Key, you can set it in the APIKey connection property.
The procedure below results in a spreadsheet that organizes all the formula inputs in the first column.
=CDATAQUERY("SELECT * FROM Orders WHERE TransactionID = '"&B2&"'","APIKey="&B1&";Provider=TaxJar",B3)
👁 Formula inputs used in this example. (Google Apps is shown.)Download a free trial of the Excel Add-In for TaxJar to get started:
Download NowLearn more:
👁 TaxJar IconThe TaxJar Excel Add-In is a powerful tool that allows you to connect with live TaxJar data, directly from Microsoft Excel.
Use Excel to read, write, and update TaxJar Transactions, TaxAmounts, etc. Perfect for mass imports / exports / updates, data cleansing & de-duplication, Excel based data analysis, and more!