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

FieldDescription
NotDefinedThe workbook type is not defined.
WorkbookExcel workbook (*.xlsx).
WorkbookMacroExcel macro-enabled workbook (*.xlsm).
TemplateExcel template (*.xltx).
TemplateMacroExcel macro-enabled template (*.xltm).
WorkbookBinaryMacroExcel 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).