Kixlogic Hero
Your Excel superpower — the close and payroll checkers, and 45 utilities.
Runs on your computer. Nothing is sent anywhere.
Excel installs an add-in from one small file, the manifest. It contains no code — only the add-in's name, its ribbon and the address it loads from.
Download Kixlogic-Hero-manifest.xml
Some company browsers block downloads. Copy the text below into Notepad, then File ▸ Save as, set Save as type to All files and name it Kixlogic-Hero-manifest.xml. Or try Save file, which asks the browser directly.
Excel at work (Microsoft 365)
- Open any workbook in Excel on the web: office.com (a desktop workbook can be opened there via File ▸ Share ▸ Open in browser, or from OneDrive/SharePoint).
- Home ▸ Add-ins (or Insert ▸ Add-ins) ▸ More Add-ins.
- Choose the MY ADD-INS tab. At the top right click Upload My Add-in ▸ Browse… ▸ pick
Kixlogic-Hero-manifest.xml▸ Upload. - A Kixlogic Hero tab appears on the ribbon for that browser session.
- Microsoft 365 admin center ▸ Settings ▸ Integrated apps ▸ Upload custom apps.
- App type Office Add-in ▸ Provide link to manifest file ▸
https://hero.kixlogic.com/addin/manifest.xml▸ Validate. - Assign the users or groups; accept; done. It appears in their Excel within a few hours.
What it is: an Office task-pane add-in (the same technology as the Microsoft-built add-ins). Every file it loads comes from hero.kixlogic.com over HTTPS, including Microsoft's Office.js library. It makes no other network request, has no telemetry, no sign-in and no server side: the workbook is read inside Excel and only ever written back into Excel. If your web filter allows by hostname, hero.kixlogic.com is the only one Excel needs; keys.kixlogic.com is the browser page where a purchased seat key is issued. Questions: hello@kixlogic.com.
Excel for Windows (desktop) — works without IT on most PCs
Desktop Excel can load an add-in from any network folder you can read. At work that is a team or department share; at home, your own PC's admin share.
- Save
Kixlogic-Hero-manifest.xmlinto a folder of its own on a network share you can read, e.g.\\fileserver\HR\Kixlogic(at home:C:\Kixlogic, reached as\\localhost\C$\Kixlogic). - File ▸ Options ▸ Trust Center ▸ Trust Center Settings ▸ Trusted Add-in Catalogs.
- In Catalog Url enter that network path, click Add catalog, tick Show in Menu, OK.
- Close Excel completely and reopen it.
- Home ▸ Add-ins ▸ Advanced… ▸ SHARED FOLDER ▸ Kixlogic Hero ▸ Add.
\\localhost\C$ is refused, the PC's admin share is off — either way, use a team share, or send IT the note above.What it loads
Only files from this origin: the pane, its script, and Office.js served from here. No request ever carries workbook content anywhere — the add-in reads the open workbook inside Excel and writes only to it.