You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/integration/considerations-unattended-automation-office-microsoft-365-for-unattended-RPA.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,8 @@
1
1
---
2
2
title: "Considerations for unattended automation of Office in the Microsoft 365 for unattended RPA environment"
3
-
3
+
manager: lindalu
4
4
ms.date: 03/30/2020
5
-
ms.audience: Developer
6
-
5
+
ms.audience: Developer
7
6
ms.localizationpriority: medium
8
7
description: "Considerations for unattended automation of Office in the Microsoft 365 for unattended RPA environment."
9
8
---
@@ -63,7 +62,7 @@ Microsoft strongly recommends a few alternatives that do not require Office to b
63
62
64
63
The Microsoft Graph API provides access to the services, data, and intelligence that are available to users and solutions as part of the Microsoft cloud, including many services supporting the needs of unattended automation: access to users’ mail / calendar / contacts / files, document conversion, Excel workbook calculation, and more. These services are designed for unattended use and high-scale access, and utilize a standard RESTful API syntax. For more information on Microsoft Graph and how to use it to work with users’ data, visit the following:
65
64
66
-
-[Overview of Microsoft Graph](/graph/overview)
65
+
-[Overview of Microsoft Graph](/graph/overview)
67
66
-[Get started with Microsoft Graph](https://developer.microsoft.com/graph/get-started)
68
67
-[Download a file in another format](/graph/api/driveitem-get-content-format?view=graph-rest-1.0&tabs=http&preserve-view=true) (file conversion)
69
68
-[Working with Excel in Microsoft Graph](/graph/api/resources/excel) (workbook details)
Copy file name to clipboardExpand all lines: docs/integration/integrate-with-office-from-android-applications.md
+16-21Lines changed: 16 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,8 @@
1
1
---
2
-
title: "Integrate with Office from Android applications"
3
-
4
-
2
+
title: "Integrate with Office from Android applications"
5
3
manager: lindalu
6
4
ms.date: 06/18/2015
7
-
ms.audience: Developer
8
-
9
-
5
+
ms.audience: Developer
10
6
ms.localizationpriority: medium
11
7
ms.assetid: a765fa49-a272-4047-9147-59cc68e5dd27
12
8
description: "Office for Android provides an extensible solution that enables integration with third-party applications. You can integrate with Office from your Android application by passing users from your application to Office."
@@ -25,19 +21,19 @@ When a user is done editing a file, they can choose the back key on the device t
25
21
Your referring application will first need to verify that a particular Office application is installed. The following Office applications can be installed on Android devices for document viewing and editing:
26
22
27
23
- Excel
28
-
24
+
29
25
- PowerPoint
30
-
26
+
31
27
- Word
32
-
28
+
33
29
Use Android PackageManager to determine whether a particular Office application is installed on the device. The following table lists the package names for the Office applications that you can use in this process.
If a particular Office application is not installed, you can prompt the user to install the application. The following table lists the available install locations for Office applications.
@@ -47,17 +43,17 @@ If a particular Office application is not installed, you can prompt the user to
When the Office application is installed, your referring application can invoke Office by passing the following details:
54
50
55
51
- Office protocol
56
-
52
+
57
53
- Open mode
58
-
54
+
59
55
- URL
60
-
56
+
61
57
Schema format:
62
58
63
59
`<Office protocol><open mode>|u|<URL>`
@@ -89,24 +85,23 @@ Schema format:
89
85
The URL includes three parts:
90
86
91
87
- The declaration that the file will be opened for edit (ofe)
92
-
88
+
93
89
- The URL descriptor (|u|)
94
-
90
+
95
91
- The URL
96
-
92
+
97
93
The URL has to be encoded and must be a direct link to the file (not a redirect). If the URL is in a format that Office cannot handle, or the download simply fails, Office will not return the user to the invoking application.
98
94
99
95
Schema format:
100
96
101
97
`|u|<document URL>`
102
98
103
99
## See also
100
+
104
101
<aname="bk_addresources"> </a>
105
102
106
103
-[Integrate with Office](integrate-with-office.md)
0 commit comments