@Deprecated
public class ExcelSheet2007
extends java.lang.Object
Description: Excel 2007
Title:首亨软件 - TSS/CRM等
构造器和说明 |
---|
ExcelSheet2007(Excel2007Info excelInfo,
int sheetIndex)
已过时。
|
ExcelSheet2007(Excel2007Info excelInfo,
java.lang.String sheetName)
已过时。
|
限定符和类型 | 方法和说明 |
---|---|
org.apache.poi.ss.usermodel.Cell |
getCell(int row,
int col)
已过时。
|
int |
getCellType(int row,
int col)
已过时。
获取单元格类型
|
boolean |
getItemBoolean(int row,
int col)
已过时。
|
java.util.Date |
getItemDate(int row,
int col)
已过时。
|
double |
getItemDouble(int row,
int col)
已过时。
|
java.lang.String |
getItemString(int row,
int col)
已过时。
|
java.lang.String |
getItemValue(int row,
int col)
已过时。
获取单元格的值
|
org.apache.poi.ss.usermodel.Sheet |
getSheet()
已过时。
|
int |
rowCount()
已过时。
获取行号
|
public ExcelSheet2007(Excel2007Info excelInfo, int sheetIndex)
public ExcelSheet2007(Excel2007Info excelInfo, java.lang.String sheetName)
public int rowCount()
public int getCellType(int row, int col)
row
- intcol
- intpublic boolean getItemBoolean(int row, int col)
public java.util.Date getItemDate(int row, int col)
public double getItemDouble(int row, int col)
public java.lang.String getItemString(int row, int col)
public java.lang.String getItemValue(int row, int col)
row
- intcol
- intpublic org.apache.poi.ss.usermodel.Sheet getSheet()
public org.apache.poi.ss.usermodel.Cell getCell(int row, int col)
row
- intcol
- int