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

Nick Burch <[email protected]> changed:

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

--- Comment #1 from Nick Burch <[email protected]> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to