| Modifier and Type | Method and Description |
|---|---|
Worksheet |
Range.getWorksheet()
Get parent worksheet.
|
Worksheet |
Workbook.newWorksheet(String name)
Create a new worksheet in this workbook.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Workbook.sortWorksheets(Comparator<Worksheet> comparator)
Sort the current worksheets with the given Comparator
|
| Constructor and Description |
|---|
Relationships(Worksheet worksheet) |
Copyright © 2023. All rights reserved.