I'm developing add-in that copies data from Excel to PowerPoint for Office (office.js) but I can't get the opened PowerPoint presentation to write in it. I know that in the past it was not possible, but I thought that they improved the API, I have read the documentation, but I cannot find any solution. Have anyone from idea?
Excel to PowerPoint using Office Javascript API
219 Views Asked by DenisPaul At
2
There are 2 best solutions below
0
Rick Kirkham
On
I'm not entirely clear on what your scenario is, but if the Excel workbook is stored on a SharePoint or OneDrive folder, you can have an add-in in PowerPoint use the Microsoft Graph APIs to open it and get data and paste the data into the open PowerPoint document. This sample does that: PowerPoint-Add-in-Microsoft-Graph-ASPNET-InsertChart.
Related Questions in OFFICE365
- Building Daemon or Service Apps with Office 365 that doesn't require sign in
- Responding to an Office 365 event invite via REST
- How to import meetings into office365 (EWS and Powershell?)
- Why Apps for Office options is disabled in my outlook 2013 instance
- Erro uninitialized constant Devise::OmniAuthCallbacksController
- Rest API to upload an image with customized metadata in office 365
- Developing Syntax app SharePoint Online PrismJS
- Office 365 Rest API Access to public folders
- In a Office 365 Mail App how to know item belongs to which folder(Inbox/Draft/Sent Items/Deleted Items)?
- Office 365 Exchange Mailbox Properties
- office 365 api integration in visual studio 2012
- python email subject \r\n
- Querying Office 365 Service Communications API with Python
- Why does the Office 365 OutlookServices (v1.0.34) .Net client library hang indefinitely?
- Excel Macros not working in CatiaV5
Related Questions in OFFICE-JS
- Excel add-in: How to detect whether the host platform is "office online"
- How to get User's actual Email Id in Outlook Add-in Integration
- Check if a JavaScript method or property is supported in an Excel version
- How can I create a Toc(Table of Content) for a document in Word using office.js?
- Persisting data in word document using office add-in
- How to get working Dialog API of OfficeJS API with Outlook 2016 desktop client
- Detecting a sort in officeJS Excel
- Need help loading a .docx file into current document
- Same versions of Office.js hosted on 'beta' and '/1/'?
- Saving Custom property using OfficeJS API doesn't persist on Exchange for long time
- Delete & Reload a "Add in" from Excel (Online & desktop app)
- OfficeJS Word Addin | Dialog API's messageParent not working across domains on MAC
- What browser does Office 2016 on Mac use for taskpanes?
- Why does this Context.Sync not work?
- Getting error using Firebase popup authentication in Word add-in
Related Questions in OFFICE-ADDINS
- Word Addin not working in 64bit office but working on 32bit office
- change the Label of a button in ribbon word add in
- Word add-in - ribbon
- How to capture "Print Tab" click event at the backstage in Outlook 2010 ?
- how to use built in functions for excel in office app development
- Assigning Custom Unique IDs to Word 2013 OpenXML Elements
- How can I restrict MS-Word to pre-defined styles but still allow inline format changes
- Persisting data in word document using office add-in
- How to get working Dialog API of OfficeJS API with Outlook 2016 desktop client
- Detecting a sort in officeJS Excel
- Insert Excel validation list in excel using Javascript
- Saving Custom property using OfficeJS API doesn't persist on Exchange for long time
- How to write a 'field' as link in microsoft word addin using javascript API
- What should I implement for a small popup control in a VSTO project?
- After deleting WebExtensionPart from WordprocessingDocument document get corrupted
Related Questions in EXCEL-WEB-ADDINS
- Not able to read content controls which are not added by word add-ins
- Check Cell formatting in JavaScript for Excel
- JS API apply cell number formatting
- Excel Web AddIn Javascript API formula corruption until we manually reload the addin
- Show excel contextual tab by default
- Excel web addin with Office365 E3 developer license
- Is there way to bundle 2 different web add-ins into a single suite and publish it as a single product to microsoft app store
- How To Prevent converting text string to number in office js
- "Your administrator has not installed Web Add-ins for your organization" when try to add Office Add-in for SharePoint 2016 + Office Online Server
- VersionOverrides in manifest breaks excel add-in on Excel desktop but not 365
- Selecting a shape in Office.js
- Is there any way to get selected chart (selected series, selected point) in Office.JS
- range.find: find next match in an excel table, using office-js
- Reposition Scroll Bar - Excel Office Add-In
- How to launch Office Web Add-in from Web Application hosted on-premises?
Related Questions in POWERPOINT-WEB-ADDINS
- Is there way to bundle 2 different web add-ins into a single suite and publish it as a single product to microsoft app store
- Handle for close event of PowerPoint app in the add-in (JS)
- How to program a PowerPoint custom object like Thinkcell objects?
- Can I edit table in powpoint by office-js now?
- Frontend update of a development powerpoint add-in that is managed by the office admin center
- Is there a way to prevent a content add-in from getting focus when in present mode?
- How to publish office Addin Manifest file into Ms Store
- OfficeJS PowerPoint question about Slide properties
- Is there a counterpart to CustomXMLPart in office.js for PowerPoint?
- How to render videos in PowerPoint slide in Add-ins using Unsplash API (JavaScript)?
- How can I convert a PowerPoint Add-in (ppam) to XML file
- Office API - This add in could not be started. Close this dialog to ignore the problem or click "Restart" to try again
- DisplayName is disappeared when Runtime is set
- PowerPoint JS API: insert an image and set the title at the same time
- OfficeJS Extracting all shape from every slide of a PowerPoint document
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
The Office JavaScript API doesn't provide anything for that. Office web add-ins work for the currently opened document/presentation only and run in the browser sandbox where you can't perform IO operations with local files except the sandbox. Instead, you may consider making a web API call where you could use the Open XML SDK for editing files on the server side. Also you may find the following articles helpful:
You can post or vote for an existing feature request on Tech Community where they are considered when the Office dev team goes through the planning process.