Excel and POI don't make a distinction between double/decimal and int. Does
Excel make any guarantees that doubles won't have precision issues?

16-digit credit cards are not storable as 32-bit ints, but require 64-bit
longs.
On Jun 29, 2016 5:53 AM, "Allison, Timothy B." <talli...@mitre.org> wrote:

All,
  On https://issues.apache.org/jira/browse/TIKA-2025, a Tika user noted
that, at least for xlsx, what used to be rendered as a long sequence of
digits (e.g. 340229177292566) is now being extracted as scientific notation
(3.40229E+14).  This new behavior mimics Excel more closely, but is there
an easy/obvious way for us at the Tika level to revert back to extracting
the full sequence of digits or do I have to look into this at the POI level?
  Thank you.

             Best,

                       Tim

Reply via email to