public class ExcelExportOptions extends ExportOptions
Creates an export options of excel file.
| Constructor and Description |
|---|
ExcelExportOptions()
Initializes a new instance of the
ExcelExportOptions class. |
ExcelExportOptions(boolean groupCells)
Initializes a new instance of the
ExcelExportOptions class. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getGroupCells()
This flag determines whether it is necessary to group rows when exporting to Excel format
|
void |
setGroupCells(boolean value)
This flag determines whether it is necessary to group rows when exporting to Excel format
|
public ExcelExportOptions()
Initializes a new instance of the ExcelExportOptions class.
public ExcelExportOptions(boolean groupCells)
Initializes a new instance of the ExcelExportOptions class.
groupCells - Group flag.public final boolean getGroupCells()
This flag determines whether it is necessary to group rows when exporting to Excel format
Value: If the flag is true, the lines will be grouped, otherwise notpublic final void setGroupCells(boolean value)
This flag determines whether it is necessary to group rows when exporting to Excel format
Value: If the flag is true, the lines will be grouped, otherwise notCopyright © 2026. All rights reserved.