|
30 | 30 | - id: excel-chart-axis |
31 | 31 | name: Axis details |
32 | 32 | fileName: chart-axis.yaml |
33 | | - description: 'Gets, sets, and removes axis unit, label, and title in a chart.' |
| 33 | + description: Gets, sets, and removes axis unit, label, and title in a chart. |
34 | 34 | rawUrl: >- |
35 | 35 | https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/excel/10-chart/chart-axis.yaml |
36 | 36 | group: Chart |
|
162 | 162 | - id: excel-chart-trendlines |
163 | 163 | name: Trendlines |
164 | 164 | fileName: chart-trendlines.yaml |
165 | | - description: 'Adds, gets, and formats trendlines in a chart.' |
| 165 | + description: Adds, gets, and formats trendlines in a chart. |
166 | 166 | rawUrl: >- |
167 | 167 | https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/excel/10-chart/chart-trendlines.yaml |
168 | 168 | group: Chart |
|
189 | 189 | - id: excel-comment-basics |
190 | 190 | name: Comment basics |
191 | 191 | fileName: comment-basics.yaml |
192 | | - description: 'Adds, edits, and removes comments.' |
| 192 | + description: Adds, edits, and removes comments. |
193 | 193 | rawUrl: >- |
194 | 194 | https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/excel/12-comments-and-notes/comment-basics.yaml |
195 | 195 | group: Comments And Notes |
|
207 | 207 | - id: excel-comment-replies |
208 | 208 | name: Comment replies |
209 | 209 | fileName: comment-replies.yaml |
210 | | - description: 'Adds, edits, and removes comment replies.' |
| 210 | + description: Adds, edits, and removes comment replies. |
211 | 211 | rawUrl: >- |
212 | 212 | https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/excel/12-comments-and-notes/comment-replies.yaml |
213 | 213 | group: Comments And Notes |
|
225 | 225 | - id: excel-note-basics |
226 | 226 | name: Notes |
227 | 227 | fileName: excel-note-basics.yaml |
228 | | - description: 'Adds, edits, and removes notes.' |
| 228 | + description: Adds, edits, and removes notes. |
229 | 229 | rawUrl: >- |
230 | 230 | https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/excel/12-comments-and-notes/excel-note-basics.yaml |
231 | 231 | group: Comments And Notes |
|
319 | 319 | - id: excel-custom-xml-parts-create-set-get-and-delete-custom-xml-parts |
320 | 320 | name: Using custom XML parts |
321 | 321 | fileName: create-set-get-and-delete-custom-xml-parts.yaml |
322 | | - description: 'Creates, sets, gets, and deletes a custom XML part.' |
| 322 | + description: Creates, sets, gets, and deletes a custom XML part. |
323 | 323 | rawUrl: >- |
324 | 324 | https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/excel/18-custom-xml-parts/create-set-get-and-delete-custom-xml-parts.yaml |
325 | 325 | group: Custom XML Parts |
|
625 | 625 | api_set: |
626 | 626 | ExcelAPI: '1.14' |
627 | 627 | - id: excel-named-item-create-and-remove-named-item |
628 | | - name: 'Create, access, and remove' |
| 628 | + name: Create, access, and remove |
629 | 629 | fileName: create-and-remove-named-item.yaml |
630 | | - description: 'Creates, accesses, and removes named items in a worksheet.' |
| 630 | + description: Creates, accesses, and removes named items in a worksheet. |
631 | 631 | rawUrl: >- |
632 | 632 | https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/excel/34-named-item/create-and-remove-named-item.yaml |
633 | 633 | group: Named Item |
|
785 | 785 | - id: excel-range-hyperlink |
786 | 786 | name: Hyperlinks |
787 | 787 | fileName: range-hyperlink.yaml |
788 | | - description: 'Creates, updates, and clears hyperlinks in a range.' |
| 788 | + description: Creates, updates, and clears hyperlinks in a range. |
789 | 789 | rawUrl: >- |
790 | 790 | https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/excel/42-range/range-hyperlink.yaml |
791 | 791 | group: Range |
792 | 792 | api_set: |
793 | 793 | ExcelApi: '1.7' |
794 | 794 | - id: excel-range-insert-delete-and-clear-range |
795 | | - name: 'Insert, delete, and clear' |
| 795 | + name: Insert, delete, and clear |
796 | 796 | fileName: insert-delete-clear-range.yaml |
797 | | - description: 'Inserts, deletes, and clears a range.' |
| 797 | + description: Inserts, deletes, and clears a range. |
798 | 798 | rawUrl: >- |
799 | 799 | https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/excel/42-range/insert-delete-clear-range.yaml |
800 | 800 | group: Range |
|
1217 | 1217 | api_set: |
1218 | 1218 | ExcelApi: '1.1' |
1219 | 1219 | - id: excel-worksheet-add-delete-rename-move-worksheet |
1220 | | - name: 'Add, delete, rename, and move worksheet' |
| 1220 | + name: Add, delete, rename, and move worksheet |
1221 | 1221 | fileName: add-delete-rename-move-worksheet.yaml |
1222 | | - description: 'Adds, deletes, renames, and moves a worksheet.' |
| 1222 | + description: Adds, deletes, renames, and moves a worksheet. |
1223 | 1223 | rawUrl: >- |
1224 | 1224 | https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/excel/54-worksheet/add-delete-rename-move-worksheet.yaml |
1225 | 1225 | group: Worksheet |
|
0 commit comments