|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Object com.zhuozhengsoft.pageoffice.excelreader.Cell
public class Cell
Cell 类,代表Excel中定义的单元格对象。
Cell 类,代表Excel中定义的单元格对象,用来读取单元格的值。此 Cell 读取类和 com.zhuozhengsoft.pageoffice.excelwriter.Cell 写入类相对应, 用来读取具有 SubmitName 命名的 com.zhuozhengsoft.pageoffice.excelwriter.Cell 对象提交的数据。
您只能通过调用 Sheet.openCell(String) 方法获取 Cell 对象。
方法摘要 | |
---|---|
java.lang.String |
getSubmitName()
获取 Cell 的名称。 |
java.lang.String |
getText()
获取 Cell 里显示的带格式的值。 |
java.lang.String |
getValue()
获取 Cell 的值。 |
从类 java.lang.Object 继承的方法 |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
方法详细信息 |
---|
public java.lang.String getValue()
Sheet.openCell()方法中的示例代码。
public java.lang.String getText()
public java.lang.String getSubmitName()
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |