You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changing templating system from XmlDocument based to XDocument based (#946)
* Changed `OpenXmlZip` to make use of `ZipArchive`'s asynchronous APIs
- Changed `OpenXmlZip` to make use of `ZipArchive`'s asynchronous `CreateAsync` and `DisposeAsync` methods by adding an asynchronous factory method and the IAsyncDisposable implementation
- Updated all entry points for `OpenXmlZip` and `ZipArchive` in all methods across the codebase
- Added `SynchronousHelper` with extension methods for ensuring compatibility with the SyncMethodGenerator
- Other minor code cleanups
* Added XDocument based implementation of templating system in place of the XmlDocument based one
* Optimization of ProcessFormulas method, minor fixes and renamings
0 commit comments