Version

Workbook Constructor(WorkbookFormat)

Creates a new instance of the Workbook class.
Syntax
public Workbook( 
   WorkbookFormat format
)

Parameters

format
The file format to use when imposing format restrictions and saving.
Exceptions
ExceptionDescription
System.ComponentModel.InvalidEnumArgumentExceptionformat is not defined in the WorkbookFormat enumeration.
Remarks

The new workbook created is empty. At least one Worksheet must be added to it before it can be saved.

Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also