ExcelExportOptions
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.metadata.export.ExportOptions
public class ExcelExportOptions extends ExportOptions
Creates an export options of excel file.
| Constructor | Description |
|---|---|
| ExcelExportOptions() | Initializes a new instance of the ExcelExportOptions class. |
| ExcelExportOptions(boolean groupCells) | Initializes a new instance of the ExcelExportOptions class. |
| Method | Description |
|---|---|
| getGroupCells() | This flag determines whether it is necessary to group rows when exporting to Excel format |
| 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.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| groupCells | boolean | 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 not
Returns: boolean
public 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 not
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean |
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.