Interface IBinaryWorkbookFormatProvider
Represents binary workbook format provider.
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.FormatProviders
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public interface IBinaryWorkbookFormatProvider : IWorkbookFormatProvider
Methods
Export(Workbook)
Exports the specified workbook.
Declaration
byte[] Export(Workbook workbook)
Parameters
Workbook
workbook
The workbook. |
Returns
System.Byte[]
The result byte array. |
Import(Byte[])
Imports the specified input.
Declaration
Workbook Import(byte[] input)
Parameters
System.Byte[]
input
The input. |
Returns
Workbook
The workbook. |