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 2009/10/24 02:02:48 UTC

DO NOT REPLY [Bug 48044] New: [PATCH] Implementation of COUNTBLANK()

https://issues.apache.org/bugzilla/show_bug.cgi?id=48044

           Summary: [PATCH] Implementation of COUNTBLANK()
           Product: POI
           Version: 3.6-dev
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HSSF
        AssignedTo: dev@poi.apache.org
        ReportedBy: hr.mohr@gmail.com


Attached patch are the implementation of the COUNTBLANK() function. Function
was mentioned in the test case but actually not implemented. Also included in
the patch are the test case.

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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


DO NOT REPLY [Bug 48044] [PATCH] Implementation of COUNTBLANK()

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=48044

--- Comment #2 from Mads Mohr Christensen <hr...@gmail.com> 2009-10-23 17:05:03 UTC ---
Created an attachment (id=24413)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=24413)
Test data

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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


DO NOT REPLY [Bug 48044] [PATCH] Implementation of COUNTBLANK()

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=48044

Josh Micich <jo...@gildedtree.com> changed:

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

--- Comment #3 from Josh Micich <jo...@gildedtree.com> 2009-10-23 17:57:07 UTC ---
Applied with slight simplifications in svn r829293

Thanks for adding unit tests.

BTW - I agree with your TODO comment. Another concern is how Excel behaves when
other application write files with incorrect arg counts, but from what I can
tell Excel(2007) reports an error "File error: data may have been lost."  It
seems like it is OK for POI to crash on this condition.  We'll probably fix
these globally at some point.

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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


DO NOT REPLY [Bug 48044] [PATCH] Implementation of COUNTBLANK()

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=48044

--- Comment #1 from Mads Mohr Christensen <hr...@gmail.com> 2009-10-23 17:03:42 UTC ---
Created an attachment (id=24412)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=24412)
Implementation and test case for COUNTBLANK()

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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org