This project is being archived. As part of the archival process, we're closing all open issues and pull requests.
You can continue to use this sample "as-is", but it won't be maintained moving forward. We apologize for any inconvenience.
This sample is a Universal Windows Platform application that demonstrates how to use the Excel REST API to access Excel workbooks stored in OneDrive for Business and SharePoint Online using the Office Graph from a native application. Please note that the Excel REST API is released in beta and that the sample only shows how to make a smaller subset of the requests that can be made using the Excel REST API. Check the documentation for other things you can do with the API.
This sample requires the following:
- Visual Studio 2015 with Update 1
- Windows 10 (development mode enabled)
- An Office 365 for business account. You can sign up for an Office 365 Developer subscription that includes the resources that you need to start building Office 365 apps.
Complete these steps to run the sample:
- Open the ExcelRESTExplorer.sln solution file in the src folder.
- Hit F5 to Build and Start debugging
- Sign in with an Office 365 Business account.
- Click Upload File to upload a sample file to the signed in user's OneDrive or click Get Item Metadata to retrieve the id for an existing file on the user's OneDrive
Your feedback is important to us.
Check out the sample code and let us know about any questions and issues you find by submitting an issue directly in this repository. Provide repro steps, console output, and error messages in any issue you open.
Copyright (c) 2016 Microsoft. All rights reserved.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.