Uses of Class
loci.poi.hssf.model.Sheet
Packages that use Sheet
Package
Description
Provides low level API structures for reading, writing, modifying XLS files.
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
-
Uses of Sheet in loci.poi.hssf.model
Methods in loci.poi.hssf.model that return SheetModifier and TypeMethodDescriptionSheet.cloneSheet()Clones the low level records of this sheet and returns the new sheet instance.static SheetSheet.createSheet()Creates a sheet with all the usual records minus values and the "index" record (not required).static SheetSheet.createSheet(List records, int sheetnum) read support (offset = 0) Same as createSheet(Record[] recs, int, int) only the record offset is assumed to be 0.static SheetSheet.createSheet(List recs, int sheetnum, int offset) read support (offset used as starting point for search) for low level API. -
Uses of Sheet in loci.poi.hssf.usermodel
Methods in loci.poi.hssf.usermodel that return SheetModifier and TypeMethodDescriptionprotected SheetHSSFSheet.getSheet()used internally in the API to get the low level Sheet record represented by this Object.Methods in loci.poi.hssf.usermodel with parameters of type SheetModifier and TypeMethodDescriptionprotected static HSSFCommentHSSFCell.findCellComment(Sheet sheet, int row, int column) Cell comment finder.Constructors in loci.poi.hssf.usermodel with parameters of type SheetModifierConstructorDescriptionprotectedCreates new Cell - Should only be called by HSSFRow.protectedCreates new Cell - Should only be called by HSSFRow.protectedHSSFCell(Workbook book, Sheet sheet, int row, CellValueRecordInterface cval) Creates an HSSFCell from a CellValueRecordInterface.protectedCreates new HSSFRow from scratch.protectedCreates an HSSFRow from a low level RowRecord object.protectedHSSFSheet(HSSFWorkbook workbook, Sheet sheet) Creates an HSSFSheet representing the given Sheet object.