类 com.zhuozhengsoft.pageoffice.excelreader.Cell
的使用

使用 Cell 的软件包
com.zhuozhengsoft.pageoffice.excelreader   
 

com.zhuozhengsoft.pageoffice.excelreaderCell 的使用
 

返回 Cellcom.zhuozhengsoft.pageoffice.excelreader 中的方法
 Cell Sheet.openCell(java.lang.String name)
          打开指定的单元格,并返回 Cell 对象。
 Cell Sheet.openCellByDefinedName(java.lang.String definedName)
          打开具有指定名称(Excel中定义的名称)的单元格,并返回 Cell 对象。
 

返回变量类型为 Cell 的类型的 com.zhuozhengsoft.pageoffice.excelreader 中的方法
 java.util.ArrayList<Cell> Sheet.getCells()
          获取控件提交的具有SubmitName命名的 Cell 集合。