Uses of Class
org.dhatim.fastexcel.Worksheet
-
-
Uses of Worksheet in org.dhatim.fastexcel
Methods in org.dhatim.fastexcel that return Worksheet Modifier and Type Method Description WorksheetRange. getWorksheet()Get parent worksheet.WorksheetWorkbook. newWorksheet(String name)Create a new worksheet in this workbook.Method parameters in org.dhatim.fastexcel with type arguments of type Worksheet Modifier and Type Method Description voidWorkbook. sortWorksheets(Comparator<Worksheet> comparator)Sort the current worksheets with the given ComparatorConstructors in org.dhatim.fastexcel with parameters of type Worksheet Constructor Description Relationships(Worksheet worksheet)
-