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 Workbook
Workbook.load
(InputStream stream) Loads a workbook from an input streamstatic Workbook
Workbook.load
(InputStream stream, ImportOptions importOptions) Loads a workbook from an input stream with import optionsstatic Workbook
Loads a workbook from a filestatic Workbook
Workbook.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 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 workbookstatic String
Worksheet.sanitizeWorksheetName
(String input, Workbook workbook) Sanitizes a worksheet namevoid
Worksheet.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 StyleManager
StyleManager.getManagedStyles
(Workbook workbook) Method to gather all styles of the cells in all worksheets