Workbook Constructor (Stream, LoadOptions) |
Initializes a new instance of the
Workbook class and open stream.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic Workbook(
Stream stream,
LoadOptions loadOptions
)
Public Sub New (
stream As Stream,
loadOptions As LoadOptions
)
public:
Workbook(
Stream^ stream,
LoadOptions^ loadOptions
)
new :
stream : Stream *
loadOptions : LoadOptions -> Workbook
Parameters
- stream
- Type: System.IOStream
The stream. - loadOptions
- Type: Aspose.CellsLoadOptions
The load options
See Also