org.torikiri.xlsapi
クラス XlsContext
java.lang.Object
org.torikiri.xlsapi.XlsContext
public class XlsContext
- extends Object
クラス 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)