Uses of Class
com.netlang.excel.ExcelSheet
Packages that use ExcelSheet
-
Uses of ExcelSheet in com.netlang.excel
Methods in com.netlang.excel that return ExcelSheetModifier and TypeMethodDescriptionExcelDocument.createSheet(String name) Create a new sheet.ExcelDocument.getFirstSheet()Get the first sheet in this excel document.ExcelDocument.getOrCreateSheet(String name) Get the sheet if exist otherwise create.Get sheet by name.