Click or drag to resize

IExcelReaderOpen Method (Byte)

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
Type: SystemByte
The content file in a byte array
See Also