This topic has not yet been rated - Rate this topic

SpreadsheetDocument.Open Method (Stream, Boolean)

Creates a new instance of the SpreadsheetDocument class from the IO stream.

Namespace:  DocumentFormat.OpenXml.Packaging
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
public static SpreadsheetDocument Open(
	Stream stream,
	bool isEditable
)

Parameters

stream
Type: System.IO.Stream
The IO stream on which to open the package.
isEditable
Type: System.Boolean

Return Value

Type: DocumentFormat.OpenXml.Packaging.SpreadsheetDocument
A new instance of SpreadsheetDocument.
ExceptionCondition
ArgumentNullException

Thrown when "stream" is null reference.

IOException

Thrown when "stream" is not opened with Read (ReadWrite) access.

OpenXmlPackageException

Thrown when the package is not valid Open XML SpreadsheetDocument.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.