com.acesoft.aceoffix
Class ExcelReqCell

java.lang.Object
  extended by com.acesoft.aceoffix.ExcelReqCell

public class ExcelReqCell
extends java.lang.Object

Represents a cell. Extracts data from the cell. You can only use the ExcelReqSheet.openCell method to obtain a ExcelReqCell object.

Version:
3.0
Author:
Acesoft Corporation

Method Summary
 java.lang.String getValue()
          Gets the value of the cell.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getValue

public java.lang.String getValue()
Gets the value of the cell.