x0 Excel add-in
A task-pane wizard that signs you into x0, creates an Excel API token, and loads a Xero table into the workbook. Works in Excel for Windows and Excel for Mac (Office.js). Excel Online can sideload the same manifest.
Download manifest.xml Preview wizard (browser)
Manifest URL (for a network share / trusted catalog):
https://www.x0.co.nz/addin/manifest.xml
Install (sideload)
- Download
x0-excel-addin.xmlabove. - Excel → Insert → My Add-ins → Upload My Add-in (or Add from file).
- Choose the manifest. A Connect x0 button appears on the Home ribbon.
IT admins can publish the manifest URL in a trusted catalog instead of each user uploading.
Source location is /addin/taskpane/ on this host (HTTPS required).
What the wizard does
- Sign in — Office dialog opens the x0 login (or signup).
- Create token — issues a one-time
excel-addinAPI key (x0_live_…orx0_test_…, shown once). Stored in the add-in on this device, not in the workbook. - Pick org + table — e.g. Accounts.
- Load into sheet — fetches OData with Bearer and writes an Excel table (first 500 rows).
- Copy Power Query M — paste into a Blank query; credentials = Anonymous (Bearer is already in the formula).
- NZ forms — download A4 tax invoice / PO / quote stationery, then New · Update · Print · Email PDF.
If Xero is not connected yet, the wizard links to Connect Xero.
Manual setup still works
No add-in required: Excel desktop guide · From Web + Bearer · NZ forms workbook · dashboard workbook download.