Click or drag to resize

Workbook LoadFromStream Method

Overload List
Name Description
Public method LoadFromStream(Stream)
Load workbook from the stream.
Public method LoadFromStream(Stream, ExcelVersion)
Load workbook from the stream.
Public method LoadFromStream(Stream, Boolean)
Load workbook from the stream.
Public method LoadFromStream(Stream, String, Int32, Int32)
Loads text files stream with user defined separator.max row 60000.
Public method LoadFromStream(Stream, String, Int32, Int32, ExcelVersion)
Loads text files stream with user defined separator. Version2007 support 60000+ row
Top
See Also