Connect Excel to your Outpost data
This guide covers how to point Excel at the files Outpost delivers, for each supported destination.
SharePoint or OneDrive
The smoothest path for Microsoft 365 shops.
In Outpost:
- Open the wizard, select your saved search or dataset
- Choose SharePoint or OneDrive as the destination
- Authenticate with your Microsoft 365 account
- Pick the folder and filename (e.g.
/Finance/Daily/AR_Aging.xlsx) - Set the schedule and save
In Excel:
- Data → Get Data → From File → From SharePoint Folder (or From OneDrive)
- Paste the site URL, not the file URL
- In the navigator, find your file and click Transform Data
- In Power Query, expand the file content, apply any cleanup, then Close & Load
- From now on, Data → Refresh All pulls the latest version
Tips:
- Use the SharePoint Folder connector, not the file URL. The folder connector survives filename changes and lets you filter inside Power Query.
- Pin shared workbooks to a SharePoint site, not a personal OneDrive. Personal paths break the moment someone else opens the file.
- When Power Query asks for credentials, choose Organizational account. Windows and Anonymous will fail silently on later refreshes.
- Enable background refresh (Queries & Connections, right-click the query, Properties) so the workbook stays responsive while data loads.
- For workbooks that get emailed around, set the query to refresh on open.
Google Drive
Excel has no native Google Drive connector. Use Drive for desktop and treat the synced folder as local.
In Outpost:
- Select your saved search or dataset
- Choose Google Drive as the destination
- Authenticate with the Google account that owns the target folder
- Pick the folder and filename, schedule, save
In Excel:
- Install Google Drive for desktop if you haven't. It mounts Drive as a local drive letter (typically
G:\). - Data → Get Data → From File → From Folder
- Browse to the Drive folder where Outpost delivers
- Find the file in the navigator, Transform Data, continue as usual
Tips:
- In Drive for desktop settings, choose Stream files, not Mirror files. Streaming pulls the latest version on demand.
- Avoid spaces and special characters in filenames. Drive handles them; Power Query gets cranky.
- Shared workbooks need every analyst to have Drive for desktop installed and mapped to the same drive letter. SharePoint is usually less friction for shared use.
NetSuite File Cabinet
Simplest destination on the Outpost side. Trickiest for Excel, because Excel needs a URL.
In Outpost:
- Select your saved search or dataset
- Choose NetSuite File Cabinet as the destination
- Pick the folder (e.g.
/Outpost Exports/Finance) - Mark the file Available Without Login if your security policy allows
- Schedule and save, then copy the file URL from the File Cabinet record
In Excel:
- Data → Get Data → From Other Sources → From Web
- Paste the File Cabinet URL
- Authenticate as Anonymous
- Continue in Power Query
Tips:
- “Available Without Login” makes the file public to anyone with the URL. Use SharePoint or OneDrive for anything sensitive.
- The URL is stable across deliveries. Outpost overwrites the file in place, so the query keeps working without changes.
- If you can't make the file public, wrap it in a RESTlet or Suitelet that authenticates and serves it. By that point, SharePoint is usually less work.
Common pattern
Outpost runs the AR aging saved search at 6 AM, drops it to SharePoint, the controller's workbook refreshes on open. By 8 AM everyone reviews the same numbers. Setup takes about ten minutes per workbook.