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

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

com.zhuozhengsoft.pageoffice.excelwriterCell 的使用
 

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