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
The current Nuget package (v1.1.4) lists the following dependancy:
DocumentFormat.OpenXml (>= 2.5.0)
but upgrading DocumentFormat.OpenXml to a newer version (ex. 2.7,2) causes a runtime exception:
System.IO.FileNotFoundException: 'Could not load file or assembly 'DocumentFormat.OpenXml, Version=2.5.5631.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.'
The text was updated successfully, but these errors were encountered:
The current Nuget package (v1.1.4) lists the following dependancy:
but upgrading DocumentFormat.OpenXml to a newer version (ex. 2.7,2) causes a runtime exception:
The text was updated successfully, but these errors were encountered: