Uses of Class
ch.rabanti.picoxlsx4j.Workbook
-
Packages that use Workbook Package Description ch.rabanti.picoxlsx4j ch.rabanti.picoxlsx4j.lowLevel -
-
Uses of Workbook in ch.rabanti.picoxlsx4j
Methods in ch.rabanti.picoxlsx4j that return Workbook Modifier and Type Method Description Workbook
Worksheet. getWorkbookReference()
Gets the Reference to the parent WorkbookMethods in ch.rabanti.picoxlsx4j with parameters of type Workbook Modifier and Type Method Description static 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.picoxlsx4j with parameters of type Workbook Constructor Description Worksheet(Workbook reference)
Constructor with workbook referenceWorksheet(String name, int id, Workbook reference)
Constructor with workbook reference, name and sheet ID -
Uses of Workbook in ch.rabanti.picoxlsx4j.lowLevel
Constructors in ch.rabanti.picoxlsx4j.lowLevel with parameters of type Workbook Constructor Description LowLevel(Workbook workbook)
Constructor with defined workbook object
-