MS Office Add-in using C++

Shabari Pragash 126 Reputation points
2022-03-19T11:08:35.807+00:00

I want to create some UI in MS Office apps in Windows OS (mostly Word, Excel, Powerpoint). The UI can be a task pane. Minimum i have to support MS Office version 2016. If its support MS Office 2007, 2010, 2013 too, it is well and good. First i am doing for Windows OS. If its supports Mac OS too, it is well and good.

I need to use some programming language independent of any dependencies. Also i need a resultant file which can be installed on any user machine. For ex: a dll file which can be installed and registered on any user machine using an installer. I want anyone in the world can download my installer and install and use my app.

(i) I gone through Office Javascript Add-in, but there is deployment issues as i don't want to use Office Store. I don't like to ask the users to manually install the addin from Office Store.

(ii) VSTO Add-in seems to have .NET and VSTO runtime dependencies. I don't like to ask the users to install the dependencies.

I came to know about C++ COM Add-in but i don't get enough documentation to do it.

Kindly provide solution asap.

Microsoft 365 and Office Install, redeem, activate For business Windows
Microsoft 365 and Office Word For business Windows
Microsoft 365 and Office PowerPoint For business Windows
Microsoft 365 and Office Excel For business Windows
Developer technologies C++
0 comments No comments
{count} votes

Accepted answer
  1. RLWA32 49,536 Reputation points
    2022-03-19T11:15:34.503+00:00
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.