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/code-snippets/office-snippets.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3960,7 +3960,7 @@ Office.EventType:enum:
3960
3960
}
3961
3961
Office.File:interface:
3962
3962
- |-
3963
-
// Link to full sample: https://raw.githubusercontent.com/OfficeDev/office-js-snippets/refs/heads/main/samples/excel/26-document/get-file-in-slices-async.yaml
3963
+
// Link to full sample: https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/excel/26-document/get-file-in-slices-async.yaml
3964
3964
3965
3965
function getCurrentFile() {
3966
3966
const sliceSize = 4096; /*Bytes*/
@@ -3987,7 +3987,7 @@ Office.File:interface:
3987
3987
}
3988
3988
Office.File#getSliceAsync:member(1):
3989
3989
- |-
3990
-
// Link to full sample: https://raw.githubusercontent.com/OfficeDev/office-js-snippets/refs/heads/main/samples/excel/26-document/get-file-in-slices-async.yaml
3990
+
// Link to full sample: https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/excel/26-document/get-file-in-slices-async.yaml
Copy file name to clipboardExpand all lines: generate-docs/script-inputs/local-repo-snippets.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5570,7 +5570,7 @@ Office.EventType:enum:
5570
5570
}
5571
5571
Office.File:interface:
5572
5572
- |-
5573
-
// Link to full sample: https://raw.githubusercontent.com/OfficeDev/office-js-snippets/refs/heads/main/samples/excel/26-document/get-file-in-slices-async.yaml
5573
+
// Link to full sample: https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/excel/26-document/get-file-in-slices-async.yaml
5574
5574
5575
5575
function getCurrentFile() {
5576
5576
const sliceSize = 4096; /*Bytes*/
@@ -5597,7 +5597,7 @@ Office.File:interface:
5597
5597
}
5598
5598
Office.File#getSliceAsync:member(1):
5599
5599
- |-
5600
-
// Link to full sample: https://raw.githubusercontent.com/OfficeDev/office-js-snippets/refs/heads/main/samples/excel/26-document/get-file-in-slices-async.yaml
5600
+
// Link to full sample: https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/excel/26-document/get-file-in-slices-async.yaml
0 commit comments