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 WorksheetWorkbook.copyWorksheetTo(Worksheet sourceWorksheet, String newWorksheetName, Workbook targetWorkbook) Copies a worksheet of any workbook into the another workbookstatic WorksheetWorkbook.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 TypeMethodDescriptionvoidWorkbook.addWorksheet(Worksheet worksheet) Adding a new Worksheet.voidWorkbook.addWorksheet(Worksheet worksheet, boolean sanitizeSheetName) Adding a new Worksheet.static CellReturns a cell with an average formulastatic CellReturns 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 WorksheetWorkbook.copyWorksheetTo(Worksheet sourceWorksheet, String newWorksheetName, Workbook targetWorkbook) Copies a worksheet of any workbook into the another workbookstatic WorksheetWorkbook.copyWorksheetTo(Worksheet sourceWorksheet, String newWorksheetName, Workbook targetWorkbook, boolean sanitizeSheetName) Copies a worksheet of any workbook into the another workbookstatic CellReturns a cell with a floor formulastatic CellReturns a cell with a max formulastatic CellReturns a cell with a median formulastatic CellReturns a cell with a min formulastatic CellReturns a cell with a round formulavoidShortener.setCurrentWorksheet(Worksheet worksheet) Sets the worksheet accessed by the shortenervoidWorkbook.setCurrentWorksheet(Worksheet worksheet) Sets the current worksheetvoidWorkbook.setSelectedWorksheet(Worksheet worksheet) Sets the selected worksheet in the output workbook
Note: This method does not set the current worksheet while design time.static CellReturns a cell with a sum formulastatic CellBasicFormulas.VLookup(Worksheet queryTarget, Address address, Worksheet rangeTarget, Range range, int columnIndex, boolean exactMatch) Function to generate a Vlookup as Excel functionstatic CellBasicFormulas.VLookup(Object number, Worksheet rangeTarget, Range range, int columnIndex, boolean exactMatch) Function to generate a Vlookup as Excel function