Interface
IBinaryWorkbookFormatProvider

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

Definition

Methods

Export(Workbook)

Exports the specified workbook to a byte array.

Declaration

cs-api-definition
byte[] Export(Workbook workbook)

Parameters

workbook

Workbook

The workbook.

Returns

byte[]

The result byte array.

Import(byte[])

Imports a workbook from the specified byte array.

Declaration

cs-api-definition
Workbook Import(byte[] input)

Parameters

input

byte[]

The input.

Returns

Workbook

The workbook.

In this article
DefinitionMethodsExport(Workbook)Import(byte[])
Not finding the help you need?
Contact Support