Skip to content

Commit 07fa13b

Browse files
Merge pull request #137 from SivaSF4550/1024621-UpdatePlchldrs
Task(1024621): Add UpdatePlaceholder sample in the PowerPoint Examples github repository
2 parents b8e0f7a + 2054453 commit 07fa13b

13 files changed

Lines changed: 154 additions & 74 deletions

File tree

120 KB
Loading
40.9 KB
Loading
120 KB
Loading
120 KB
Loading
120 KB
Loading
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"customers": [
3+
{
4+
"Name": "Nancy Davolio",
5+
"Price": "$50",
6+
"Photo": "Nancy.jpeg"
7+
},
8+
{
9+
"Name": "Andrew Fuller",
10+
"Price": "$100",
11+
"Photo": "Andrew.jpeg"
12+
},
13+
{
14+
"Name": "Janet Leverling",
15+
"Price": "$55",
16+
"Photo": "Janet.jpeg"
17+
},
18+
{
19+
"Name": "Margaret Peacock",
20+
"Price": "$60",
21+
"Photo": "Margaret.jpeg"
22+
},
23+
{
24+
"Name": "Steven Buchanan",
25+
"Price": "$70",
26+
"Photo": "Steven.jpeg"
27+
}
28+
]
29+
}
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)