Click or drag to resize

Workbook LoadFromStream Method (Stream, String, Int32, Int32, ExcelVersion)

Loads text files stream with user defined separator. Version2007 support 60000+ row

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,
	string separator,
	int row,
	int column,
	ExcelVersion version
)

Parameters

stream
Type: System.IO Stream
File stream.
separator
Type: System String
Delimiter of text file.
row
Type: System Int32
Start row.
column
Type: System Int32
Start column.
version
Type: Spire.Xls ExcelVersion
Excel version.
See Also