Workbook
LoadFromStream Method (Stream)
|
Load workbook from the stream.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void LoadFromStream(
Stream stream
)
Public Sub LoadFromStream (
stream As Stream
)
public:
void LoadFromStream(
Stream^ stream
)
member LoadFromStream :
stream : Stream -> unit
Parameters
-
stream
-
Type:
System.IO
Stream
Stream contains data.
See Also