How we wrote our app for MS Office 2013
lucidchart.com
How we wrote our app for MS Office 2013
1–10 of 16 posts
Re: How we wrote our app for MS Office 2013
#2Re: How we wrote our app for MS Office 2013
#3Re: How we wrote our app for MS Office 2013
#4Any experience embedding an application into Excel?
Re: How we wrote our app for MS Office 2013
#5Any experience embedding an application into Excel?
If the user experience is appropriate, then apps typically work very well in both Word and Excel without any changes to the application code.
Re: How we wrote our app for MS Office 2013
#6This looks so much better than the vbscript API from the past. Is it as functional?
Re: How we wrote our app for MS Office 2013
#7Re: How we wrote our app for MS Office 2013
#8Any experience embedding an application into Excel?
It is a diagramming app so it is really more useful to add into a word doc or powerpoint. What use case were you thinking of for Excel?
Re: How we wrote our app for MS Office 2013
#9We wrote similar apps for Outlook 2013, but didn't see much traction. Also, compared to classic COM plugins (which are also still supported by 2013), the API is very limited. That combined with no backwards compatibility makes me think that it would have been better to implement this as a COM plugin for better coverage and functionality...
Re: How we wrote our app for MS Office 2013
#10This looks so much better than the vbscript API from the past. Is it as functional?