SpreadsheetDocumentPartReader(Stream, OpenXmlPartReaderOptions) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the SpreadsheetDocumentPartReader class.
public SpreadsheetDocumentPartReader (System.IO.Stream partStream, DocumentFormat.OpenXml.OpenXmlPartReaderOptions options = default);
new DocumentFormat.OpenXml.SpreadsheetDocumentPartReader : System.IO.Stream * DocumentFormat.OpenXml.OpenXmlPartReaderOptions -> DocumentFormat.OpenXml.SpreadsheetDocumentPartReader
Public Sub New (partStream As Stream, Optional options As OpenXmlPartReaderOptions = Nothing)
Parameters
- partStream
- Stream
The stream of the part contents.
- options
- OpenXmlPartReaderOptions
Options for how to read the part stream.