XlsxSectionMode enumeration

XlsxSectionMode enumeration

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

Members

NameDescription
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.

See Also