-
Notifications
You must be signed in to change notification settings - Fork 866
Update OpenXML SDK to 3.0. #2248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
I should have a v3.0.1 with the fix available in a couple of days (hopefully tomorrow, but to set expectations a few days). Let me know if you find any other issues with v3 as you roll it out - I'll try to address any regressions :) |
v3.0.1 is available on nuget with the requested fix - please give it a try |
The supported TFMs are still the same. We support .NET Framework 3.5+, .NET Standard 2.0, .NET Core/5+ |
You may be seeing a change in the support of System.IO.Packaging; however, on framework it never actually did anything and type forwarded to WindowsBase.dll |
@twsouthwick Thanks! Great work. Test passes. I am looking forward to leverage the new |
This reverts commit e83d8ec.
Quick update of source code to reflect changes in OpenXML SDK 3.0. It requires net462 and
System.IO.Packaging
8.0.0.One test fails (
SavingTests.SavesAsProperSpreadsheetDocumentType
) which was caused by dotnet/Open-XML-SDK#1615. That should be fixed in 3.1 that should be done soon, only one issue remains for 3.1 milestone.