Uses of Class
ch.rabanti.nanoxlsx4j.Worksheet
Packages that use Worksheet
-
Uses of Worksheet in ch.rabanti.nanoxlsx4j
Methods in ch.rabanti.nanoxlsx4j that return WorksheetModifier and TypeMethodDescriptionWorksheet.copy()
Creates a (dereferenced) deep copy of this worksheetWorkbook.copyWorksheetIntoThis
(int sourceWorksheetIndex, String newWorksheetName) Copies a worksheet of the current workbook by its indexWorkbook.copyWorksheetIntoThis
(int sourceWorksheetIndex, String newWorksheetName, boolean sanitizeSheetName) Copies a worksheet of the current workbook by its indexWorkbook.copyWorksheetIntoThis
(Worksheet sourceWorksheet, String newWorksheetName) Workbook.copyWorksheetIntoThis
(Worksheet sourceWorksheet, String newWorksheetName, boolean sanitizeSheetName) Copies a worksheet of any workbook into the current workbookWorkbook.copyWorksheetIntoThis
(String sourceWorksheetName, String newWorksheetName) Copies a worksheet of the current workbook by its nameWorkbook.copyWorksheetIntoThis
(String sourceWorksheetName, String newWorksheetName, boolean sanitizeSheetName) Copies a worksheet of the current workbook by its nameWorkbook.copyWorksheetTo
(int sourceWorksheetIndex, String newWorksheetName, Workbook targetWorkbook) Copies a worksheet of the current workbook by its index into another workbookWorkbook.copyWorksheetTo
(int sourceWorksheetIndex, String newWorksheetName, Workbook targetWorkbook, boolean sanitizeSheetName) Copies a worksheet of the current workbook by its index into another workbookstatic Worksheet
Workbook.copyWorksheetTo
(Worksheet sourceWorksheet, String newWorksheetName, Workbook targetWorkbook) Copies a worksheet of any workbook into the another workbookstatic Worksheet
Workbook.copyWorksheetTo
(Worksheet sourceWorksheet, String newWorksheetName, Workbook targetWorkbook, boolean sanitizeSheetName) Copies a worksheet of any workbook into the another workbookWorkbook.copyWorksheetTo
(String sourceWorksheetName, String newWorksheetName, Workbook targetWorkbook) Copies a worksheet of the current workbook by its name into another workbookWorkbook.copyWorksheetTo
(String sourceWorksheetName, String newWorksheetName, Workbook targetWorkbook, boolean sanitizeSheetName) Copies a worksheet of the current workbook by its name into another workbookWorkbook.getCurrentWorksheet()
Gets the current worksheetWorkbook.getWorksheet
(int index) Gets a worksheet from this workbook by indexWorkbook.getWorksheet
(String name) Gets a worksheet from this workbook by nameWorkbook.setCurrentWorksheet
(int worksheetIndex) Sets the current worksheetWorkbook.setCurrentWorksheet
(String name) Sets the current worksheetMethods in ch.rabanti.nanoxlsx4j that return types with arguments of type WorksheetModifier and TypeMethodDescriptionWorkbook.getWorksheets()
Gets the list of worksheets in the workbookMethods in ch.rabanti.nanoxlsx4j with parameters of type WorksheetModifier and TypeMethodDescriptionvoid
Workbook.addWorksheet
(Worksheet worksheet) Adding a new Worksheet.void
Workbook.addWorksheet
(Worksheet worksheet, boolean sanitizeSheetName) Adding a new Worksheet.static Cell
Returns a cell with an average formulastatic Cell
Returns a cell with a ceil formulaWorkbook.copyWorksheetIntoThis
(Worksheet sourceWorksheet, String newWorksheetName) Workbook.copyWorksheetIntoThis
(Worksheet sourceWorksheet, String newWorksheetName, boolean sanitizeSheetName) Copies a worksheet of any workbook into the current workbookstatic Worksheet
Workbook.copyWorksheetTo
(Worksheet sourceWorksheet, String newWorksheetName, Workbook targetWorkbook) Copies a worksheet of any workbook into the another workbookstatic Worksheet
Workbook.copyWorksheetTo
(Worksheet sourceWorksheet, String newWorksheetName, Workbook targetWorkbook, boolean sanitizeSheetName) Copies a worksheet of any workbook into the another workbookstatic Cell
Returns a cell with a floor formulastatic Cell
Returns a cell with a max formulastatic Cell
Returns a cell with a median formulastatic Cell
Returns a cell with a min formulastatic Cell
Returns a cell with a round formulavoid
Shortener.setCurrentWorksheet
(Worksheet worksheet) Sets the worksheet accessed by the shortenervoid
Workbook.setCurrentWorksheet
(Worksheet worksheet) Sets the current worksheetvoid
Workbook.setSelectedWorksheet
(Worksheet worksheet) Sets the selected worksheet in the output workbook
Note: This method does not set the current worksheet while design time.static Cell
Returns a cell with a sum formulastatic Cell
BasicFormulas.VLookup
(Worksheet queryTarget, Address address, Worksheet rangeTarget, Range range, int columnIndex, boolean exactMatch) Function to generate a Vlookup as Excel functionstatic Cell
BasicFormulas.VLookup
(Object number, Worksheet rangeTarget, Range range, int columnIndex, boolean exactMatch) Function to generate a Vlookup as Excel function