InterfaceIBinaryWorkbookFormatProvider
Interface
Interface for format providers that import and export workbooks using binary representations such as byte arrays.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.FormatProviders
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
cs-api-definition
public interface IBinaryWorkbookFormatProvider : IWorkbookFormatProvider
Inherited Members
Methods
Export(Workbook)
Exports the specified workbook to a byte array.
Import(byte[])
Imports a workbook from the specified byte array.