[ 
https://issues.apache.org/jira/browse/NIFI-14511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Handermann updated NIFI-14511:
------------------------------------
    Summary: Document that large numbers in Excel when converted to type String 
will be represented in scientific notation  (was: Large numbers in Excel when 
converted to type String will be represented in scientific notation)

> Document that large numbers in Excel when converted to type String will be 
> represented in scientific notation
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: NIFI-14511
>                 URL: https://issues.apache.org/jira/browse/NIFI-14511
>             Project: Apache NiFi
>          Issue Type: Improvement
>            Reporter: Daniel Stieglitz
>            Assignee: Daniel Stieglitz
>            Priority: Minor
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Excel stores all numbers as a double. This can be an issue for large numbers 
> read by the ExcelReader when converted to type string as the toString method 
> is called on a Java Double resulting in a string representation of the double 
> in scientific notation. This may not be the desired format by all users. This 
> ticket addresses the need to update the additionalDetails documentation of 
> ExcelReader highlighting this issue.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to