New to Telerik Document ProcessingStart a free 30-day trial

Interface for format providers that import and export workbooks using binary representations such as byte arrays.

Definition

Methods

Exports the specified workbook to a byte array.

C#
byte[] Export(Workbook workbook, TimeSpan? timeout)
Parameters:workbookWorkbook

The workbook.

timeoutTimeSpan?

The timeout.

Returns:

byte[]

The result byte array.

Imports a workbook from the specified byte array.

C#
Workbook Import(byte[] input, TimeSpan? timeout)
Parameters:inputbyte[]

The input.

timeoutTimeSpan?

The timeout.

Returns:

Workbook

The workbook.