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 2010/06/01 17:33:25 UTC

DO NOT REPLY [Bug 48872] Issues with poi.ss.usermodel.DataFormatter and DateUtil

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

Nick Burch <ni...@alfresco.com> changed:

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

--- Comment #1 from Nick Burch <ni...@alfresco.com> 2010-06-01 11:33:21 EDT ---
Thanks for all the helpful investigations and explanations in your bug report
and attached notes

I've added several new features to DataFormatter inspired by your work

I believe that almost everything you mentioned is now properly supported,
except for two bits. Firstly the padding / whitespace bit, which should now be
properly ignored (because we don't know about the fonts of column widths, I
didn't think we could really do anything else). Secondly fractions still need
support, probably via lazy loading of commons math if available.

If you take a look at
src/testcases/org/apache/poi/ss/usermodel/TestDataFormatter.java you should see
tests for much of the new support

If you spot anything that we're still not doing correctly, please do open a new
bug to report it. If possible, please also upload a failing unit test (probably
a new test method of TestDataFormatter.java), so we've got something to test
against!

-- 
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