Click or drag to resize

IExcelReaderOpen(Byte) Method

Connect to the byte array of an excel file to prepare for reading.

Namespace: Casewhere.Runtime.IO
Assembly: Casewhere.Runtime.IO (in Casewhere.Runtime.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
void Open(
	byte[] bytes
)

Parameters

bytes  Byte
The content file in a byte array
See Also