You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2007/12/03 10:01:20 UTC

DO NOT REPLY [Bug 44008] New: - Data Validation could not be accomplished in POI 3.0

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=44008>.
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=44008

           Summary: Data Validation could not be accomplished in POI 3.0
           Product: POI
           Version: 3.0
          Platform: All
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HSSF
        AssignedTo: dev@poi.apache.org
        ReportedBy: ragupathi.p@gmail.com


The data validation functionalities of Excel could not be accomplished in POI 
3.0. There is indeed a previous bug relating to this (Bugzilla # 27511). A fix 
is also been provided there. But the fix provided there works only with POI 
2.5.x. The additional class files provided there HSSFDataValidation, 
DVALRecord,  DVRecord) tries to call some methods in the base classes of this 
API, but unfortunately methods with the required signatures no longer exist in 
POI 3.0. Hence trying to compile these classes throws exceptions (shown below).

"DVRecord.java": org.apache.poi.hssf.record.DVRecord should be declared 
abstract; it does not define fillFields
(org.apache.poi.hssf.record.RecordInputStream) in 
org.apache.poi.hssf.record.Record at line 38, column 1
"DVRecord.java": cannot resolve symbol: constructor Record (short,short,byte[])
in class org.apache.poi.hssf.record.Record at line 137, column 9
"DVRecord.java": cannot resolve symbol: constructor Record (short,short,byte 
[],int)in class org.apache.poi.hssf.record.Record at line 150, column 9
"DVRecord.java": createPtg(org.apache.poi.hssf.record.RecordInputStream) in 
org.apache.poi.hssf.record.formula.Ptg cannot be applied to (byte[],int) at 
line 198, column 26

Is there way through which these Data Validation features could be implemented 
in POI 3.0?

-- 
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: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


DO NOT REPLY [Bug 44008] - Data Validation could not be accomplished in POI 3.0

Posted by bu...@apache.org.
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=44008>.
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=44008


nick@torchbox.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO




------- Additional Comments From nick@torchbox.com  2007-12-21 04:29 -------
The DVRecord and DVALRecord patches from bug 27511 were updated to the latest
API and applied a little while ago (check svn trunk). Do they now do all that
you need?

-- 
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: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


DO NOT REPLY [Bug 44008] - Data Validation could not be accomplished in POI 3.0

Posted by bu...@apache.org.
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=44008>.
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=44008


nick@torchbox.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |RESOLVED
         Resolution|                            |FIXED




------- Additional Comments From nick@torchbox.com  2008-01-07 05:20 -------
Guessing they do :)

Re-open if there's still something missing

-- 
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: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org