|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 Cell 的软件包 | |
|---|---|
| com.zhuozhengsoft.pageoffice.excelwriter | |
| com.zhuozhengsoft.pageoffice.excelwriter 中 Cell 的使用 |
|---|
| 返回 Cell 的 com.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 对象。 |
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||