Uses of Class
org.apache.poi.hssf.model.InternalSheet

Packages that use InternalSheet
org.apache.poi.hssf.model Provides low level API structures for reading, writing, modifying XLS files. 
org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model 
 

Uses of InternalSheet in org.apache.poi.hssf.model
 

Methods in org.apache.poi.hssf.model that return InternalSheet
 InternalSheet InternalSheet.cloneSheet()
          Clones the low level records of this sheet and returns the new sheet instance.
static InternalSheet InternalSheet.createSheet()
          Creates a sheet with all the usual records minus values and the "index" record (not required).
static InternalSheet InternalSheet.createSheet(RecordStream rs)
          read support (offset used as starting point for search) for low level API.
 

Methods in org.apache.poi.hssf.model with parameters of type InternalSheet
 void InternalWorkbook.cloneDrawings(InternalSheet sheet)
          Check if the cloned sheet has drawings.
 

Uses of InternalSheet in org.apache.poi.hssf.usermodel
 

Methods in org.apache.poi.hssf.usermodel with parameters of type InternalSheet
protected static HSSFComment HSSFCell.findCellComment(InternalSheet sheet, int row, int column)
          Cell comment finder.
 

Constructors in org.apache.poi.hssf.usermodel with parameters of type InternalSheet
HSSFSheet(HSSFWorkbook workbook, InternalSheet sheet)
          Creates an HSSFSheet representing the given Sheet object.
 



Copyright 2012 The Apache Software Foundation or its licensors, as applicable.