Skip to content

Commit f1fecd3

Browse files
authored
Office Update for May 2024 (#1759)
### Added - DocumentFormat.OpenXml.Office.SpreadSheetML.Y2024.PivotAutoRefresh namespace - DocumentFormat.OpenXml.Office.SpreadSheetML.Y2024.PivotDynamicArrays namespace
1 parent cd814ec commit f1fecd3

26 files changed

+2643
-45
lines changed

data/namespaces.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -621,11 +621,21 @@
621621
"Uri": "http://schemas.microsoft.com/office/spreadsheetml/2023/msForms",
622622
"Version": "Microsoft365"
623623
},
624+
{
625+
"Prefix": "xlpar",
626+
"Uri": "http://schemas.microsoft.com/office/spreadsheetml/2024/pivotAutoRefresh",
627+
"Version": "Microsoft365"
628+
},
624629
{
625630
"Prefix": "xlpcalc",
626631
"Uri": "http://schemas.microsoft.com/office/spreadsheetml/2023/pivot2023Calculation",
627632
"Version": "Microsoft365"
628633
},
634+
{
635+
"Prefix": "xlpda",
636+
"Uri": "http://schemas.microsoft.com/office/spreadsheetml/2024/pivotDynamicArrays",
637+
"Version": "Microsoft365"
638+
},
629639
{
630640
"Prefix": "xlPr",
631641
"Uri": "http://schemas.microsoft.com/office/spreadsheetml/2016/01/main",
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"Root": "xfpb:CT_FeaturePropertyBags",
3+
"Name": "FeaturePropertyBagsPart",
4+
"Base": "OpenXmlPart",
5+
"ContentType": "application/vnd.ms-excel.featurepropertybag\u002Bxml",
6+
"RelationshipType": "http://schemas.microsoft.com/office/2022/11/relationships/FeaturePropertyBag",
7+
"Target": "featurePropertyBag",
8+
"RootElement": "FeaturePropertyBags",
9+
"Paths": {
10+
"General": "featurePropertyBag"
11+
},
12+
"Version": "Microsoft365"
13+
}

data/parts/WorkbookPart.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,11 @@
190190
"ApiName": "RdRichValueWebImagePart",
191191
"Name": "RdRichValueWebImagePart",
192192
"HasFixedContent": true
193+
},
194+
{
195+
"ApiName": "FeaturePropertyBagsPart",
196+
"Name": "FeaturePropertyBagsPart",
197+
"HasFixedContent": true
193198
}
194199
]
195200
}

0 commit comments

Comments
 (0)