程序包 | 说明 |
---|---|
com.sh.util |
限定符和类型 | 类和说明 |
---|---|
class |
ExcelSheet2003
Description: Excel 2003-Sheet页
Title:首亨软件 - CRM、TSS、ERP等信息化管理软件
|
限定符和类型 | 方法和说明 |
---|---|
ExcelSheet |
ExcelRow.getSheet() |
ExcelSheet |
ExcelFile.getSheet(int sheetIndex)
获取Sheet对象
|
ExcelSheet |
ExcelFile.getSheet(java.lang.String sheetName)
通过sheet名称获取sheet对象
|
构造器和说明 |
---|
ExcelRow(ExcelFile excelFile,
ExcelSheet sheet,
org.apache.poi.ss.usermodel.Row row) |