DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=35290>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=35290


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #15355|0                           |1
        is obsolete|                            |




------- Additional Comments From [EMAIL PROTECTED]  2005-06-14 00:06 -------
Created an attachment (id=15394)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=15394&action=view)
Updates to FormulaRecord and FormulaRecordAggregate

Thanks to Avik for pointing out that String value of formula evaluation is
stored in an external StringRecord in FormulaRecordAggregate. Accordingly, this
patch improves over the previous patch by:
1. removing getStringValue from FormulaRecord
2. enhancing FormulaRecordAggregate api by adding the foll functions:
   public double getNumberValue()
   public boolean getBooleanValue()
   public byte getErrorCodeValue()

   public byte getValueType() 

   public void setValue(double value) 
   public void setValue(String value) 
   public void setValue(boolean value) 
   public void setValue(byte errorCode)
3. JUnit Tests for FormulaRecordAggregate have been added

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
Mailing List:    http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta POI Project: http://jakarta.apache.org/poi/

Reply via email to