IExcelReaderOpen(Byte) Method

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

Definition

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

Parameters

bytes  Byte
The content file in a byte array

See Also