Skip to content

Commit

Permalink
Office Update for May 2024 (#1759)
Browse files Browse the repository at this point in the history
### Added
- DocumentFormat.OpenXml.Office.SpreadSheetML.Y2024.PivotAutoRefresh
namespace
- DocumentFormat.OpenXml.Office.SpreadSheetML.Y2024.PivotDynamicArrays
namespace
  • Loading branch information
mikeebowen committed Jul 26, 2024
1 parent cd814ec commit f1fecd3
Show file tree
Hide file tree
Showing 26 changed files with 2,643 additions and 45 deletions.
10 changes: 10 additions & 0 deletions data/namespaces.json
Original file line number Diff line number Diff line change
Expand Up @@ -621,11 +621,21 @@
"Uri": "http://schemas.microsoft.com/office/spreadsheetml/2023/msForms",
"Version": "Microsoft365"
},
{
"Prefix": "xlpar",
"Uri": "http://schemas.microsoft.com/office/spreadsheetml/2024/pivotAutoRefresh",
"Version": "Microsoft365"
},
{
"Prefix": "xlpcalc",
"Uri": "http://schemas.microsoft.com/office/spreadsheetml/2023/pivot2023Calculation",
"Version": "Microsoft365"
},
{
"Prefix": "xlpda",
"Uri": "http://schemas.microsoft.com/office/spreadsheetml/2024/pivotDynamicArrays",
"Version": "Microsoft365"
},
{
"Prefix": "xlPr",
"Uri": "http://schemas.microsoft.com/office/spreadsheetml/2016/01/main",
Expand Down
13 changes: 13 additions & 0 deletions data/parts/FeaturePropertyBagsPart.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"Root": "xfpb:CT_FeaturePropertyBags",
"Name": "FeaturePropertyBagsPart",
"Base": "OpenXmlPart",
"ContentType": "application/vnd.ms-excel.featurepropertybag\u002Bxml",
"RelationshipType": "http://schemas.microsoft.com/office/2022/11/relationships/FeaturePropertyBag",
"Target": "featurePropertyBag",
"RootElement": "FeaturePropertyBags",
"Paths": {
"General": "featurePropertyBag"
},
"Version": "Microsoft365"
}
5 changes: 5 additions & 0 deletions data/parts/WorkbookPart.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,11 @@
"ApiName": "RdRichValueWebImagePart",
"Name": "RdRichValueWebImagePart",
"HasFixedContent": true
},
{
"ApiName": "FeaturePropertyBagsPart",
"Name": "FeaturePropertyBagsPart",
"HasFixedContent": true
}
]
}
Loading

0 comments on commit f1fecd3

Please sign in to comment.