Uses of Class
loci.poi.hssf.usermodel.HSSFSheet
-
Packages that use HSSFSheet Package Description loci.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model -
-
Uses of HSSFSheet in loci.poi.hssf.usermodel
Methods in loci.poi.hssf.usermodel that return HSSFSheet Modifier and Type Method Description HSSFSheet
HSSFWorkbook. cloneSheet(int sheetNum)
create an HSSFSheet from an existing sheet in the HSSFWorkbook.HSSFSheet
HSSFWorkbook. createSheet()
create an HSSFSheet for this HSSFWorkbook, adds it to the sheets and returns the high level representation.HSSFSheet
HSSFWorkbook. createSheet(String sheetname)
create an HSSFSheet for this HSSFWorkbook, adds it to the sheets and returns the high level representation.HSSFSheet
HSSFWorkbook. getSheet(String name)
Get sheet with the given nameHSSFSheet
HSSFWorkbook. getSheetAt(int index)
Get the HSSFSheet object at the given index.Methods in loci.poi.hssf.usermodel with parameters of type HSSFSheet Modifier and Type Method Description float
HSSFClientAnchor. getAnchorHeightInPoints(HSSFSheet sheet)
Calculates the height of a client anchor in points.int
HSSFWorkbook. getSheetIndex(HSSFSheet sheet)
Returns the index of the given sheet
-