Uses of Class
ch.rabanti.nanoxlsx4j.Workbook
Packages that use Workbook
Package
Description
-
Uses of Workbook in ch.rabanti.nanoxlsx4j
Methods in ch.rabanti.nanoxlsx4j that return WorkbookModifier and TypeMethodDescriptionWorksheet.getWorkbookReference()Gets the Reference to the parent Workbookstatic WorkbookWorkbook.load(InputStream stream) Loads a workbook from an input streamstatic WorkbookWorkbook.load(InputStream stream, ImportOptions importOptions) Loads a workbook from an input stream with import optionsstatic WorkbookLoads a workbook from a filestatic WorkbookWorkbook.load(String filename, ImportOptions importOptions) Loads a workbook from a file with import optionsMethods in ch.rabanti.nanoxlsx4j with parameters of type WorkbookModifier and TypeMethodDescriptionWorkbook.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 workbookstatic StringWorksheet.sanitizeWorksheetName(String input, Workbook workbook) Sanitizes a worksheet namevoidWorksheet.setWorkbookReference(Workbook workbookReference) Sets the Reference to the parent WorkbookConstructors in ch.rabanti.nanoxlsx4j with parameters of type Workbook -
Uses of Workbook in ch.rabanti.nanoxlsx4j.lowLevel
Methods in ch.rabanti.nanoxlsx4j.lowLevel that return WorkbookModifier and TypeMethodDescriptionXlsxReader.getWorkbook()Resolves the workbook with all worksheets from the loaded fileConstructors in ch.rabanti.nanoxlsx4j.lowLevel with parameters of type WorkbookModifierConstructorDescriptionXlsxWriter(Workbook workbook) Constructor with defined workbook object -
Uses of Workbook in ch.rabanti.nanoxlsx4j.styles
Methods in ch.rabanti.nanoxlsx4j.styles with parameters of type WorkbookModifier and TypeMethodDescriptionstatic StyleManagerStyleManager.getManagedStyles(Workbook workbook) Method to gather all styles of the cells in all worksheets