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
<a href="develop/power-automate-integration.md" target="_blank"><img src="images/index-landing-page/i_architecture.svg" alt="Integrate with Power Automate"/></a>
56
56
</div>
57
57
</div>
58
58
<div class="cardText">
59
-
<h3>Script fundamentals</h3>
60
-
<p><a href="develop/scripting-fundamentals.md">Learn the basics of making Office Scripts in Excel.</a></p>
59
+
<h3>Integrate with Power Automate</h3>
60
+
<p><a href="tutorials/excel-tutorial.md">Connect Excel to your entire automated workflow.</a></p>
61
61
</div>
62
62
</div>
63
63
</div>
64
64
</div>
65
65
</li>
66
66
</ul>
67
67
68
+
---
69
+
70
+
<h2>Samples</h2>
71
+
<p>Try these scripts and Power Automate flows to see Office Scripts in action.</p>
<a href="resources/samples/conditional-formatting-parameters.md" target="_blank"><h3>Set conditional formatting for cross-column comparisons</h3></a>
100
+
</div>
101
+
</div>
102
+
</div>
103
+
</div>
104
+
</li>
105
+
<li>
106
+
<div class="cardSize">
107
+
<div class="cardPadding">
108
+
<div class="card">
109
+
<div class="cardImageOuter">
110
+
<div class="cardImage">
111
+
<a href="resources/samples/email-images-chart-table.md" target="_blank"><img src="images/index-landing-page/i_code-samples.svg" alt="Email images of a chart and table"/></a>
112
+
</div>
113
+
</div>
114
+
<div class="cardText">
115
+
<a href="resources/samples/email-images-chart-table.md" target="_blank"><h3>Email images of a chart and table</h3></a>
116
+
</div>
117
+
</div>
118
+
</div>
119
+
</div>
120
+
</li>
121
+
</ul>
122
+
123
+
68
124
---
69
125
70
126
<h2>Other resources</h2>
@@ -92,11 +148,11 @@ Use Office Scripts in Excel to automate your common tasks. Explore the following
@@ -108,11 +164,11 @@ Use Office Scripts in Excel to automate your common tasks. Explore the following
108
164
<div class="card">
109
165
<div class="cardImageOuter">
110
166
<div class="cardImage">
111
-
<a href="develop/power-automate-integration.md" target="_blank"><img src="images/index-landing-page/i_architecture.svg" alt="Integrate with Power Automate"/></a>
> Office Scripts requires a commercial or educational Microsoft 365 license. The complete requirement list is described under [Platform support](../testing/platform-limits.md#platform-support).
22
21
23
22
## When to use Office Scripts
24
23
@@ -70,6 +69,6 @@ Complete the [Office Scripts in Excel tutorial](../tutorials/excel-tutorial.md)
70
69
71
70
-[Fundamentals for Office Scripts in Excel](../develop/scripting-fundamentals.md)
72
71
-[Office Scripts API reference](/javascript/api/office-scripts/overview)
Copy file name to clipboardExpand all lines: docs/resources/samples/samples-overview.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
---
2
2
title: Office Scripts samples
3
3
description: Available Office Scripts samples and scenarios.
4
-
ms.date: 12/05/2023
4
+
ms.date: 12/22/2023
5
5
ms.localizationpriority: medium
6
6
---
7
7
8
8
# Office Scripts samples and scenarios
9
9
10
-
This section contains [Office Scripts](../../overview/excel.md) based solutions that help end users achieve automation of daily tasks. It contains realistic scenarios that users face and provides detailed solutions.
10
+
This section contains Office Scripts based solutions that help end users achieve automation of daily tasks. It contains realistic scenarios that users face and provides detailed solutions.
11
11
12
12
-[Basics](#basics) showcase common examples that make up larger scripts. They're categorized based on a common Excel feature.
13
13
-[Quick scenarios](#quick-scenarios) are samples that are more involved or solve a particular problem.
@@ -16,7 +16,7 @@ This section contains [Office Scripts](../../overview/excel.md) based solutions
16
16
-[Contributions from the community](#community-contributions-and-fun-samples) are samples from members of the Office Scripts community, often light-hearted in nature.
17
17
18
18
> [!IMPORTANT]
19
-
> Be sure you meet the prerequisites for Office Scripts before trying the samples. The requirements for your Microsoft 365 subscription and account are found under the [Office Scripts for Excel overview "Requirements" section](../../overview/excel.md#requirements).
19
+
> Be sure you meet the prerequisites for Office Scripts before trying the samples. The requirements for your Microsoft 365 subscription and account are found under [Platform support](../../testing/platform-limits.md#platform-support).
Copy file name to clipboardExpand all lines: docs/testing/troubleshooting.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Troubleshoot Office Scripts
3
3
description: Debugging tips and techniques for Office Scripts, as well as help resources.
4
4
ms.topic: troubleshooting-general
5
-
ms.date: 09/08/2023
5
+
ms.date: 12/22/2023
6
6
ms.localizationpriority: medium
7
7
---
8
8
@@ -74,7 +74,7 @@ Logs do not affect the workbook.
74
74
75
75
The following steps should help troubleshoot any problems related to the **Automate** tab not appearing in Excel.
76
76
77
-
1.[Make sure your Microsoft 365 license includes Office Scripts](../overview/excel.md#requirements).
77
+
1.[Make sure your Microsoft 365 license includes Office Scripts](../testing/platform-limits.md#platform-support).
78
78
1.[Ensure third-party cookies are enabled (when using Excel on the web)](platform-limits.md#third-party-cookies-for-excel-on-the-web).
79
79
1.[Ensure that your admin has not disabled Office Scripts in the Microsoft 365 admin center](/microsoft-365/admin/manage/manage-office-scripts-settings).
80
80
1.[Ensure that your admin has not configured a group policy to block Office Scripts (Windows only)](/deployoffice/configure-update-settings-microsoft-365-apps#use-group-policy-to-configure-update-settings-for-microsoft-365-apps).
0 commit comments