-
We are developing a powerpoint add-in that needs to do stuff when the user is in presentation mode.
Running in native powerpoint:
-Office.EventType.ActiveViewChanged event fires when user switche…
-
We appreciate your feedback - to help the team understand your needs please complete the following template to ensure we have the details to help.
### Submission Guidelines
- **If you are not us…
-
Can WinAppDriver be used to automate online office apps like Excel, word and powerpoint online?
-
Hi this could be similar to https://github.com/OfficeDev/office-js/issues/1585
We have an addin, where we save to the document settings using Office.context.document.settings.set (followed by Off…
-
Hi, we're devloping a new Excel add-in with a Task Pane and a Custom Ribbon Tab created and updated through the APIs
## Expected Behavior
Using the `Office.ribbon.requestCreateControls` api call t…
-
@luciajoseph-779 Check on the added information ( Program Outline::
Your Next tasks are to
Research and present on the history and evolution of AI.
Explore various AI applications in different…
-
I'm currently developing a M365 PowerPoint Add-in using Office.js. For my requirement I need to retrieve the OOXML structure of the PowerPoint file. The only way to get the OOXML structure is to reque…
-
# Provide required information needed to triage your issue
## Your Environment
* Platform [PC desktop, Mac, iOS, Office on the web]: Web
* Host [Excel, Word, PowerPoint, etc.]: PowerPoint
* …
-
I directly used the template code from pypi
```py
from pptx import Presentation
prs = Presentation()
title_slide_layout = prs.slide_layouts[0]
slide = prs.slides.add_slide(title_slide_layout)
…
-
# Provide required information needed to triage your issue
We have developed an Excel Add-In. 2-3 weeks ago it was working fine with the online version of excel. We have not made any change but at …