Bug #2580
RCP: 0.8.0, XSLX metadata file and numeric values
Status: | New | Start date: | 05/17/2019 | ||
---|---|---|---|---|---|
Priority: | Normal | Due date: | |||
Assignee: | - | % Done: | 80% |
||
Category: | Import | Spent time: | - | ||
Target version: | TXM 0.8.2 |
Description
The XSLX metadata adds a ".0" to numeric values which can leads to bugs when the text id is a number
Solution¶
The poi API automatically converts numeric values to Double.
in ReadExcel.cellToString(), if the numeric cell's raw value is strictly an integer return an Integer
History
#1 Updated by Matthieu Decorde over 2 years ago
- Description updated (diff)
- % Done changed from 0 to 80
fixed in r3129