From 61c09df6c393eca483d94aa4d6d309a1274006d9 Mon Sep 17 00:00:00 2001 From: Michael Bowen Date: Tue, 6 Aug 2024 16:23:30 -0700 Subject: [PATCH 1/2] Update CHANGELOG.md (#1761) --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46b8b55e8..1574adfde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [3.1.0] - 2024-07-30 + +### Added +- Added `DocumentFormat.OpenXml.Office.SpreadSheetML.Y2024.PivotAutoRefresh` namespace +- Added `DocumentFormat.OpenXml.Office.SpreadSheetML.Y2024.PivotDynamicArrays` namespace +- Added `DocumentFormat.OpenXml.Office.SpreadSheetML.Y2023.DataSourceVersioning` namespace +- Added `DocumentFormat.OpenXml.Office.SpreadSheetML.Y2023.ExternalCodeService` namespace +- Added `DocumentFormat.OpenXml.Office.SpreadSheetML.Y2023.MsForms` namespace +- Added `DocumentFormat.OpenXml.Office.SpreadSheetML.Y2023.Pivot2023Calculation` namespace + +### Fixed + +- Fixed issue where `OpenXmlUnknownElement` is returned instead of `CommentPropertiesExtension` (#1751) +- Fixed issue where `OpenXmlWriter` is unable to write `SharedStringTablePart` (#1755) + ## [3.0.2] - 2024-03-14 ### Fixed From 2f495c983e60986b40b2481ffd48869803e62eeb Mon Sep 17 00:00:00 2001 From: Dravia Vemal Date: Sat, 10 Aug 2024 04:32:30 +0530 Subject: [PATCH 2/2] Update README.md (#1724) Updated reference to OpenXML-Office library that's built on top of OpenXML SDK to provide option to create and manipulate office documents. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3216d357a..3f022682d 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,7 @@ Please see [Open XML SDK](https://learn.microsoft.com/en-us/office/open-xml/open - **[Open XML Powertools](https://github.com/EricWhiteDev/Open-Xml-PowerTools)**: This provides example code and guidance for implementing a wide range of Open XML scenarios. - **[ClosedXml](https://github.com/closedxml/closedxml)**: This library provides a simplified object model on top of the OpenXml SDK for manipulating and creating Excel documents. - **[OfficeIMO](https://github.com/EvotecIT/OfficeIMO)**: This library provides a simplified object model on top of the OpenXml SDK manipulating and creating Word documents. +- **[OpenXML-Office](https://github.com/DraviaVemal/OpenXML-Office)**: This nuget library provides a simplified object model on top of the OpenXml SDK manipulating and creating PPT and Excel documents. - **[Serialize.OpenXml.CodeGen](https://github.com/rmboggs/Serialize.OpenXml.CodeGen)**: This is a tool that converts an OpenXml document into the .NET code required to create it. - **[Html2OpenXml](https://github.com/onizet/html2openxml)**: This is a tool that takes HTML and converts it to an OpenXml document. - **[DocxToSource](https://github.com/rmboggs/DocxToSource)**: This is a tool designed to be a replacement for the old OpenXML SDK Productivity Tool.