Publish Pi for Excel to the Microsoft Office Add-in Store (AppSource) so users can install it directly from Insert → Add-ins → Store — no manifest download or sideloading required.
Not urgent — still iterating heavily on the add-in itself. This issue tracks everything needed so we can pull the trigger when the time is right.
Why
The current install path (download manifest.prod.xml → Upload My Add-in) works but is unfamiliar to non-technical users. Store distribution makes it a one-click install and auto-handles updates.
Prerequisites
Partner Center account
Required pages (host on Vercel)
Manifest updates
Store listing assets
Certification prep
Timeline
First submissions typically take 1–4 weeks to review. Common first-attempt rejections: missing privacy policy, SupportUrl pointing to a repo, ProviderName mismatch, icon sizing.
After publication, UI/behavior updates deploy automatically via Vercel. Only manifest changes (permissions, commands) require re-submission.
References
Publish Pi for Excel to the Microsoft Office Add-in Store (AppSource) so users can install it directly from Insert → Add-ins → Store — no manifest download or sideloading required.
Not urgent — still iterating heavily on the add-in itself. This issue tracks everything needed so we can pull the trigger when the time is right.
Why
The current install path (download
manifest.prod.xml→ Upload My Add-in) works but is unfamiliar to non-technical users. Store distribution makes it a one-click install and auto-handles updates.Prerequisites
Partner Center account
ProviderNamein manifest matches Partner Center publisher nameRequired pages (host on Vercel)
/privacy) — must mention "Pi for Excel" by name, explain data stays local, describe what's sent to LLM providers/support) — public webpage (GitHub repos aren't accepted as support URLs)Manifest updates
Store listing assets
Certification prep
Timeline
First submissions typically take 1–4 weeks to review. Common first-attempt rejections: missing privacy policy, SupportUrl pointing to a repo, ProviderName mismatch, icon sizing.
After publication, UI/behavior updates deploy automatically via Vercel. Only manifest changes (permissions, commands) require re-submission.
References