程序包 com.sh.util

类 ExcelSheet2007

java.lang.Object
com.sh.util.ExcelSheet2007

@Deprecated public class ExcelSheet2007 extends Object
已过时。

Description: Excel 2007

Title:首亨软件 - TSS/CRM等

从以下版本开始:
Aug 6, 2012
  • 构造器详细资料

    • ExcelSheet2007

      public ExcelSheet2007(Excel2007Info excelInfo, int sheetIndex)
      已过时。
    • ExcelSheet2007

      public ExcelSheet2007(Excel2007Info excelInfo, String sheetName)
      已过时。
  • 方法详细资料

    • rowCount

      public int rowCount()
      已过时。
      获取行号
      返回:
      int
    • getCellType

      public int getCellType(int row, int col)
      已过时。
      获取单元格类型
      参数:
      row - int
      col - int
      返回:
      int
    • getItemBoolean

      public boolean getItemBoolean(int row, int col)
      已过时。
    • getItemDate

      public Date getItemDate(int row, int col)
      已过时。
    • getItemDouble

      public double getItemDouble(int row, int col)
      已过时。
    • getItemString

      public String getItemString(int row, int col)
      已过时。
    • getItemValue

      public String getItemValue(int row, int col)
      已过时。
      获取单元格的值
      参数:
      row - int
      col - int
      返回:
      String
    • getSheet

      @Deprecated public org.apache.poi.ss.usermodel.Sheet getSheet()
      已过时。
      2007无效
      返回:
      Sheet
    • getCell

      @Deprecated public org.apache.poi.ss.usermodel.Cell getCell(int row, int col)
      已过时。
      2007无效
      参数:
      row - int
      col - int
      返回:
      Cell