Uses of Class
loci.poi.hssf.usermodel.HSSFSheet
Packages that use HSSFSheet
Package
Description
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 HSSFSheetModifier and TypeMethodDescriptionHSSFWorkbook.cloneSheet(int sheetNum) create an HSSFSheet from an existing sheet in the HSSFWorkbook.HSSFWorkbook.createSheet()create an HSSFSheet for this HSSFWorkbook, adds it to the sheets and returns the high level representation.HSSFWorkbook.createSheet(String sheetname) create an HSSFSheet for this HSSFWorkbook, adds it to the sheets and returns the high level representation.Get sheet with the given nameHSSFWorkbook.getSheetAt(int index) Get the HSSFSheet object at the given index.Methods in loci.poi.hssf.usermodel with parameters of type HSSFSheetModifier and TypeMethodDescriptionfloatHSSFClientAnchor.getAnchorHeightInPoints(HSSFSheet sheet) Calculates the height of a client anchor in points.intHSSFWorkbook.getSheetIndex(HSSFSheet sheet) Returns the index of the given sheet