Skip to content

Commit ed5e831

Browse files
authored
Merge pull request #3310 from MicrosoftDocs/master
taking changes to live
2 parents dc09f7a + 2d798b0 commit ed5e831

File tree

6 files changed

+32
-17
lines changed

6 files changed

+32
-17
lines changed

powerapps-docs/user/export-excel-dynamic-worksheet.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: "Export to an Excel dynamic worksheet in model-driven Powerapps| MicrosoftDocs"
3-
ms.custom: ""
2+
title: "Export to an Excel dynamic worksheet in model-driven Power Apps| MicrosoftDocs"
3+
description: How to export to an Excel dynamic worksheet in model-driven Power Apps
44
author: mduelae
55
manager: kvivek
66
ms.service: powerapps
77
ms.component: pa-user
88
ms.topic: conceptual
9-
ms.date: 11/16/2018
9+
ms.date: 8/27/2020
1010
ms.author: mduelae
1111
ms.custom: ""
1212
ms.reviewer: ""
@@ -26,6 +26,9 @@ Export your app data to an Office Excel worksheet so users can have the latest i
2626
You can’t export data to a dynamic worksheet in Excel for all record types. If you don’t see the option, it’s not available for that record.
2727

2828
1. Open a list of records in the app and select the arrow to the right of **Export to Excel**.
29+
30+
> [!div class="mx-imgBorder"]
31+
> ![Export to excel](media/export_to_excel.png "Select export to Excel")
2932
3033
2. Select **Dynamic Worksheet**.
3134

@@ -49,6 +52,9 @@ You can’t export data to a dynamic worksheet in Excel for all record types. If
4952
6. If you see the security warning **External Data Connections have been disabled**, select **Enable Content**.
5053

5154
7. To refresh data in the file, on the **Data** tab, select **Refresh All**.
55+
56+
> [!div class="mx-imgBorder"]
57+
> ![Refresh all data](media/refresh_data.png "Refresh all data")
5258
5359
> [!NOTE]
5460
> - If you have a phone number that starts with **+** or **** (for example +1-123-456-7890), when you refresh the dynamic worksheet, the phone number field will not display the number correctly.

powerapps-docs/user/export-excel-pivottable.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: "Export to an Excel PivotTable in model-driven PowerApp| MicrosoftDocs"
3-
ms.custom: ""
2+
title: "Export to an Excel PivotTable in model-driven Power Apps| MicrosoftDocs"
3+
description: How to export to an Excel PivotTable in model-driven Power Apps
44
author: mduelae
55
manager: kvivek
66
ms.service: powerapps
77
ms.component: pa-user
88
ms.topic: conceptual
9-
ms.date: 11/16/2018
9+
ms.date: 8/27/2020
1010
ms.author: mduelae
1111
ms.custom: ""
1212
ms.reviewer: ""
@@ -27,6 +27,9 @@ You can export app data to an Office Excel PivotTable to see patterns and trends
2727
The option to export data to an Excel PivotTable isn’t available in all record types. If you don’t see the option, it’s not available for that record.
2828

2929
1. Open a list of records in your app, select the arrow to the right of **Export to Excel**, and then select **Dynamic PivotTable**.
30+
31+
> [!div class="mx-imgBorder"]
32+
> ![Export to excel](media/export_to_excel.png "Select export to Excel")
3033
3134
2. In the **Select Columns for Pivot Excel** dialog box, select the column settings and then select **Export**.
3235

@@ -50,9 +53,12 @@ The option to export data to an Excel PivotTable isn’t available in all record
5053

5154
5. If you see the security warning **External Data Connections have been disabled**, select **Enable Content**.
5255

53-
6. To refresh data in the file, on the **Data** tab, select **Refresh from Power Apps**.
56+
6. To refresh data in the file, on the **Data** tab, select **Refresh All**.
57+
58+
> [!div class="mx-imgBorder"]
59+
> ![Refresh all data](media/refresh_data.png "Refresh all data")
5460
55-
7. Drag the fields from the PivotTable Field List to the PivotTable. For more information, see Excel Help.
61+
7. Drag the fields from the PivotTable Field List to the PivotTable. For more information, see [Excel Help](https://support.microsoft.com/excel).
5662

5763
## Tips
5864

powerapps-docs/user/export-excel-static-worksheet.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: "Export to an Excel static worksheet in a model-driven app | MicrosoftDocs"
3-
ms.custom: ""
2+
title: "Export to an Excel static worksheet in model-driven Power Apps | MicrosoftDocs"
3+
description: How to export to an Excel static worksheet in a model-driven Power Apps
44
author: mduelae
55
manager: kvivek
66
ms.service: powerapps
77
ms.component: pa-user
88
ms.topic: conceptual
9-
ms.date: 11/16/2018
9+
ms.date: 8/27/2020
1010
ms.author: mduelae
1111
ms.custom: ""
1212
ms.reviewer: ""
@@ -27,6 +27,9 @@ You can export up to 100,000 records at a time. By default, a model-driven app l
2727
You may have the option to export data to an Excel static worksheet in all record types. However, in some cases the format might be legacy, or the data might not be filtered by what you see in the app.
2828

2929
1. Open a list of records in the app, select the arrow to the right of **Export to Excel**, and then choose **Static worksheet (Page only)**.
30+
31+
> [!div class="mx-imgBorder"]
32+
> ![Export to excel](media/export_to_excel.png "Select export to Excel")
3033
3134
2. By default, an exported worksheet includes the fields that are displayed in the list, using the same field order, sorting, and field widths. To make changes to the columns in an Advanced Find View, choose **Edit Columns**.
3235

@@ -54,7 +57,7 @@ You may have the option to export data to an Excel static worksheet in all recor
5457

5558
- You can’t change the columns for a system view, such as **All Active Accounts**. You must either customize the view, which requires the System Administrator or System Customizer security role, or use Advanced Find to create your own view based on the current view.
5659

57-
- In model-driven apps, currency values are exported to Excel as numbers. Ater you have completed the export, see the Excel Help topic “Display numbers as currency" to format the data as currency.
60+
- In model-driven apps, currency values are exported to Excel as numbers. After you have completed the export, see [Format numbers as currency](https://support.microsoft.com/office/format-numbers-as-currency-0a03bb38-1a07-458d-9e30-2b54366bc7a40 format the data as currency.
5861

5962
- The date and time values that you see in the app show up only as Date when you export the file to Excel, but the cell actually shows both the date and time.
6063

powerapps-docs/user/export-to-excel-online.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: "Export your data to Excel Online in a model-driven app| MicrosoftDocs"
3-
ms.custom: ""
2+
title: "Export your data to Excel Online in model-driven Power Apps| MicrosoftDocs"
3+
description: How to export your data to Excel Online in model-driven Power App
44
author: mduelae
55
manager: kvivek
66
ms.service: powerapps
77
ms.component: pa-user
88
ms.topic: conceptual
9-
ms.date: 11/16/2018
9+
ms.date: 8/27/2020
1010
ms.author: mduelae
1111
ms.custom: ""
1212
ms.reviewer: ""
@@ -38,8 +38,8 @@ The option to open data in Excel Online isn’t available in all record types. I
3838
3939
To open a list of records in an app, on the command bar select the **Export to Excel** menu and then select **Open in Excel Online**.
4040

41-
> [!div class="mx-imgBorder"]
42-
> ![Export to Excel Online](media/exportexcelonline.png "Export to Excel Online")
41+
> [!div class="mx-imgBorder"]
42+
> ![Export to excel](media/export_to_excel.png "Select export to Excel")
4343
4444

4545
## Save your data and import it back to the app
70 KB
Loading
165 KB
Loading

0 commit comments

Comments
 (0)