[
https://issues.apache.org/jira/browse/METAMODEL-190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14942215#comment-14942215
]
ASF GitHub Bot commented on METAMODEL-190:
------------------------------------------
GitHub user b789 opened a pull request:
https://github.com/apache/metamodel/pull/54
Excel decimal numbers - METAMODEL-190
Fix to solve the problem of having the decimal values from excel truncated
to two digits.
https://issues.apache.org/jira/browse/METAMODEL-190
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/b789/metamodel master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/metamodel/pull/54.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #54
----
commit 2a4fca21f74535658021fb403267231ef4ff9543
Author: davideconsonni <da>
Date: 2015-10-01T12:09:26Z
Fix excel decimal formatter
commit 9400f96a613badc07caf004268c37b07ebdeea27
Author: davideconsonni <da>
Date: 2015-10-03T10:06:35Z
Fix FormatHelperTest test for decimals numbers
----
> Excel number formatting
> -----------------------
>
> Key: METAMODEL-190
> URL: https://issues.apache.org/jira/browse/METAMODEL-190
> Project: Apache MetaModel
> Issue Type: Wish
> Affects Versions: 4.4.0
> Environment: excel
> Reporter: Davide Consonni
>
> Extracting numeric value from an excel file trim decimal precision to 2.
> Example: real value -> 6.765 obtained value -> 6.76
> The problem seems to depend on the number formatting used at line 201 in
> org.apache.metamodel.excel.ExcelUtils
> There is a way to obtain the actual value in those cases ?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)