Click or drag to resize

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

Loads text files stream with user defined separator.max row 60000.

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
)

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.
See Also