XlsxSectionMode

Inheritance: java.lang.Object

public class XlsxSectionMode

Specifies how sections are handled when saving a document in the XLSX format.

Fields

FieldDescription
MULTIPLE_WORKSHEETSSpecifies that a separate worksheet is created for each section of a document.
SINGLE_WORKSHEETSpecifies that all sections of a document are saved on one worksheet.
length

Methods

MethodDescription
fromName(String xlsxSectionModeName)
getName(int xlsxSectionMode)
getValues()
toString(int xlsxSectionMode)

MULTIPLE_WORKSHEETS

public static int MULTIPLE_WORKSHEETS

Specifies that a separate worksheet is created for each section of a document.

SINGLE_WORKSHEET

public static int SINGLE_WORKSHEET

Specifies that all sections of a document are saved on one worksheet.

length

public static int length

fromName(String xlsxSectionModeName)

public static int fromName(String xlsxSectionModeName)

Parameters:

ParameterTypeDescription
xlsxSectionModeNamejava.lang.String

Returns: int

getName(int xlsxSectionMode)

public static String getName(int xlsxSectionMode)

Parameters:

ParameterTypeDescription
xlsxSectionModeint

Returns: java.lang.String

getValues()

public static int[] getValues()

Returns: int[]

toString(int xlsxSectionMode)

public static String toString(int xlsxSectionMode)

Parameters:

ParameterTypeDescription
xlsxSectionModeint

Returns: java.lang.String