@Deprecated
public class Excel2007Info
extends java.lang.Object
Description: Excel 2007信息
Title:首亨软件 - TSS/CRM等
构造器和说明 |
---|
Excel2007Info(java.io.File file)
已过时。
构造函数
|
限定符和类型 | 方法和说明 |
---|---|
void |
close()
已过时。
清除缓存
|
int |
getRowCount(int sheetIndex)
已过时。
获取行数
|
Excel2007CacheRows |
getRows(int sheetIndex,
int rowNo)
已过时。
获取行
|
int |
getSheetIndex(java.lang.String sheetName)
已过时。
根据sheet名称获取sheet数据
|
int |
getSheetNum()
已过时。
获取sheet数量
|
java.lang.String |
getValue(int sheetIndex,
int rowNo,
int cellNo)
已过时。
获取单元格的值
|
void |
parseRows()
已过时。
解析行
|
void |
parseSharedStrings()
已过时。
|
public int getSheetNum()
public int getSheetIndex(java.lang.String sheetName)
sheetName
- Stringpublic int getRowCount(int sheetIndex)
sheetIndex
- intpublic Excel2007CacheRows getRows(int sheetIndex, int rowNo)
sheetIndex
- introwNo
- intpublic java.lang.String getValue(int sheetIndex, int rowNo, int cellNo)
sheetIndex
- sheet号rowNo
- 行号 从0开始cellNo
- 列号 从0开始public void parseSharedStrings()
public void parseRows()
public void close()