Uses of Interface
org.apache.poi.ss.usermodel.Sheet

Packages that use Sheet
org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model 
org.apache.poi.ss.usermodel   
org.apache.poi.ss.util   
 

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

Classes in org.apache.poi.hssf.usermodel that implement Sheet
 class HSSFSheet
          High level representation of a worksheet.
 

Methods in org.apache.poi.hssf.usermodel with parameters of type Sheet
 int HSSFWorkbook.getSheetIndex(Sheet sheet)
          Returns the index of the given sheet
 

Uses of Sheet in org.apache.poi.ss.usermodel
 

Methods in org.apache.poi.ss.usermodel with parameters of type Sheet
 int Workbook.getSheetIndex(Sheet sheet)
          Returns the index of the given sheet
 

Uses of Sheet in org.apache.poi.ss.util
 

Methods in org.apache.poi.ss.util with parameters of type Sheet
static Row CellUtil.getRow(int rowIndex, Sheet sheet)
          Get a row from the spreadsheet, and create it if it doesn't exist.
static void RegionUtil.setBorderBottom(int border, CellRangeAddress region, Sheet sheet, Workbook workbook)
          Sets the borderBottom attribute of the RegionUtil object
static void RegionUtil.setBorderLeft(int border, CellRangeAddress region, Sheet sheet, Workbook workbook)
          Sets the left border for a region of cells by manipulating the cell style of the individual cells on the left
static void RegionUtil.setBorderRight(int border, CellRangeAddress region, Sheet sheet, Workbook workbook)
          Sets the borderRight attribute of the RegionUtil object
static void RegionUtil.setBorderTop(int border, CellRangeAddress region, Sheet sheet, Workbook workbook)
          Sets the borderBottom attribute of the RegionUtil object
static void RegionUtil.setBottomBorderColor(int color, CellRangeAddress region, Sheet sheet, Workbook workbook)
          Sets the bottomBorderColor attribute of the RegionUtil object
static void RegionUtil.setLeftBorderColor(int color, CellRangeAddress region, Sheet sheet, Workbook workbook)
          Sets the leftBorderColor attribute of the RegionUtil object
static void RegionUtil.setRightBorderColor(int color, CellRangeAddress region, Sheet sheet, Workbook workbook)
          Sets the rightBorderColor attribute of the RegionUtil object
static void RegionUtil.setTopBorderColor(int color, CellRangeAddress region, Sheet sheet, Workbook workbook)
          Sets the topBorderColor attribute of the RegionUtil object