| Modifier and Type | Field and Description |
|---|---|
protected List<ExcelWorkSheet> |
ExcelWorkBook.excelSheets |
| Modifier and Type | Method and Description |
|---|---|
protected ExcelWorkSheet |
ExcelWorkSheet.addSheet(String sSheetName) |
ExcelWorkSheet |
ExcelWorkBook.addSheet(String sSheetName) |
ExcelWorkSheet |
ExcelWorkBook.getActiveSheet() |
ExcelWorkSheet |
ExcelWorkBook.getExcelSheet(int iIndex) |
ExcelWorkSheet |
ExcelWorkBook.getExcelSheet(String sSheetName) |
| Modifier and Type | Method and Description |
|---|---|
protected List<ExcelWorkSheet> |
ExcelWorkBook.getExcelSheets() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ExcelWorkBook.setExcelSheets(List<ExcelWorkSheet> excelSheets) |
Copyright © 2022. All rights reserved.