IExcelReaderOpen(Byte) Method
|
Connect to the byte array of an excel file to prepare for reading.
Namespace: Casewhere.Runtime.IOAssembly: Casewhere.Runtime.IO (in Casewhere.Runtime.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxvoid Open(
byte[] bytes
)
Parameters
- bytes Byte
- The content file in a byte array
See Also