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
Describe the bug
The documentation for the SpreadsheetDocument Class contains a Close method from 2.X which was removed in 3.X. Documentation for the final version of 2.X states that the method will be removed in later releases. Both the 3.0.0 and 3.0.1 documentation need to be updated.
To Reproduce
Go here and search under methods for Close.
Observed behavior
I get the build error 'SpreadsheetDocument' does not contain a definition for Close
Expected behavior
The documentation should be updated to reflect the removal of the Close method in release 3.0.0.
Desktop (please complete the following information):
DocumentFormat.OpenXml Version: 3.0.1
The text was updated successfully, but these errors were encountered:
I think this may apply to classes that inherit OpenXmlPackage such as SpreadsheetDocument. You can see here that the documentation in the 3.0.1 version does not note Obsolete as it does in the base class (at least on the summary page, clicking further in does in fact have the correct details).
I would think either having the Obsolete note on the summary page or removing that method from the versions it does not apply to would be ideal.
Describe the bug
The documentation for the SpreadsheetDocument Class contains a Close method from 2.X which was removed in 3.X. Documentation for the final version of 2.X states that the method will be removed in later releases. Both the 3.0.0 and 3.0.1 documentation need to be updated.
To Reproduce
Go here and search under methods for Close.
Observed behavior
I get the build error
'SpreadsheetDocument' does not contain a definition for Close
Expected behavior
The documentation should be updated to reflect the removal of the Close method in release 3.0.0.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: