程序包 com.sh.util
类 ExcelSheet2007
java.lang.Object
com.sh.util.ExcelSheet2007
已过时。
Description: Excel 2007
Title:首亨软件 - TSS/CRM等
- 从以下版本开始:
- Aug 6, 2012
-
构造器概要
构造器构造器说明ExcelSheet2007(Excel2007Info excelInfo, int sheetIndex) 已过时。ExcelSheet2007(Excel2007Info excelInfo, String sheetName) 已过时。 -
方法概要
修饰符和类型方法说明org.apache.poi.ss.usermodel.CellgetCell(int row, int col) 已过时。intgetCellType(int row, int col) 已过时。获取单元格类型booleangetItemBoolean(int row, int col) 已过时。getItemDate(int row, int col) 已过时。doublegetItemDouble(int row, int col) 已过时。getItemString(int row, int col) 已过时。getItemValue(int row, int col) 已过时。获取单元格的值org.apache.poi.ss.usermodel.SheetgetSheet()已过时。introwCount()已过时。获取行号
-
构造器详细资料
-
ExcelSheet2007
已过时。 -
ExcelSheet2007
已过时。
-
-
方法详细资料
-
rowCount
public int rowCount()已过时。获取行号- 返回:
- int
-
getCellType
public int getCellType(int row, int col) 已过时。获取单元格类型- 参数:
row- intcol- int- 返回:
- int
-
getItemBoolean
public boolean getItemBoolean(int row, int col) 已过时。 -
getItemDate
已过时。 -
getItemDouble
public double getItemDouble(int row, int col) 已过时。 -
getItemString
已过时。 -
getItemValue
已过时。获取单元格的值- 参数:
row- intcol- int- 返回:
- String
-
getSheet
已过时。2007无效- 返回:
- Sheet
-
getCell
已过时。2007无效- 参数:
row- intcol- int- 返回:
- Cell
-