WorkbookType
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class WorkbookType extends System.Enum
Specifies the type of Open XML workbook file.
Fields
| Field | Description |
|---|---|
| NotDefined | The workbook type is not defined. |
| Workbook | Excel workbook (*.xlsx). |
| WorkbookMacro | Excel macro-enabled workbook (*.xlsm). |
| Template | Excel template (*.xltx). |
| TemplateMacro | Excel macro-enabled template (*.xltm). |
| WorkbookBinaryMacro | Excel binary macro-enabled workbook (*.xlsb). |
NotDefined
public static final int NotDefined
The workbook type is not defined.
Workbook
public static final int Workbook
Excel workbook (*.xlsx).
WorkbookMacro
public static final int WorkbookMacro
Excel macro-enabled workbook (*.xlsm).
Template
public static final int Template
Excel template (*.xltx).
TemplateMacro
public static final int TemplateMacro
Excel macro-enabled template (*.xltm).
WorkbookBinaryMacro
public static final int WorkbookBinaryMacro
Excel binary macro-enabled workbook (*.xlsb).