com.aspose.words
Class XlsxSectionMode

java.lang.Object
    extended by com.aspose.words.XlsxSectionMode

public class XlsxSectionMode 
extends java.lang.Object

Utility class containing constants. Specifies how sections are handled when saving a document in the XLSX format.

Field Summary
static final intMULTIPLE_WORKSHEETS = 0
           Specifies that a separate worksheet is created for each section of a document.
static final intSINGLE_WORKSHEET = 1
           Specifies that all sections of a document are saved on one worksheet.
 

Field Detail

MULTIPLE_WORKSHEETS = 0

public static final int MULTIPLE_WORKSHEETS
Specifies that a separate worksheet is created for each section of a document.

SINGLE_WORKSHEET = 1

public static final int SINGLE_WORKSHEET
Specifies that all sections of a document are saved on one worksheet.

See Also:
          Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
          Aspose.Words Support Forum - our preferred method of support.