org.torikiri.xlsapi
クラス XlsContext

java.lang.Object
  上位を拡張 org.torikiri.xlsapi.XlsContext

public class XlsContext
extends Object


フィールドの概要
private  HSSFCell currentCell
           
private  HSSFRow currentRow
           
private  HSSFSheet currentSheet
           
private  HSSFWorkbook workbook
           
 
コンストラクタの概要
XlsContext(HSSFWorkbook workbook)
           
 
メソッドの概要
private static
<T> T
assertNotNull(T o)
           
 HSSFWorkbook getCurrentBook()
           
 HSSFCell getCurrentCellell()
           
 HSSFRow getCurrentRow()
           
 HSSFSheet getCurrentSheet()
           
(package private)  HSSFCell nextCell(int index)
           
(package private)  HSSFRow nextRow(int index)
           
(package private)  HSSFSheet nextSheet()
           
(package private)  HSSFSheet nextSheet(String name)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

workbook

private HSSFWorkbook workbook

currentSheet

private HSSFSheet currentSheet

currentRow

private HSSFRow currentRow

currentCell

private HSSFCell currentCell
コンストラクタの詳細

XlsContext

public XlsContext(HSSFWorkbook workbook)
メソッドの詳細

getCurrentBook

public HSSFWorkbook getCurrentBook()

getCurrentSheet

public HSSFSheet getCurrentSheet()

getCurrentRow

public HSSFRow getCurrentRow()

getCurrentCellell

public HSSFCell getCurrentCellell()

nextSheet

HSSFSheet nextSheet()

nextSheet

HSSFSheet nextSheet(String name)

nextRow

HSSFRow nextRow(int index)

nextCell

HSSFCell nextCell(int index)

assertNotNull

private static <T> T assertNotNull(T o)