![]() |
VOOZH | about |
The CData Excel Add-In for QuickBooks Time provides formulas that can query QuickBooks Time data. The following three steps show how you can automate the following task: Search QuickBooks Time 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 TSheetsConnection1, or a connection string. The connection string consists of the required properties for connecting to QuickBooks Time data, separated by semicolons.
TSheets uses the OAuth2 standard for authentication and authorization. To construct your own OAuth app and connect to data, refer to OAuth section in the Help.
The procedure below results in a spreadsheet that organizes all the formula inputs in the first column.
=CDATAQUERY("SELECT * FROM Timesheets WHERE JobCodeType = '"&B5&"'","OAuthClientId="&B1&";OAuthClientSecret="&B2&";CallbackUrl="&B3&";InitiateOAuth="&B4&";Provider=TSheets",B6)
👁 Formula inputs used in this example. (Google Apps is shown.)Download a free trial of the Excel Add-In for QuickBooks Time to get started:
Download NowLearn more:
👁 QuickBooks Time IconThe QuickBooks Time Excel Add-In is a powerful tool that allows you to connect with live QuickBooks Time data, directly from Microsoft Excel.
Use Excel to access QuickBooks Time Payroll, Timesheets, Schedules, etc. Perfect for mass exports, Excel-based data analysis, and more!