Bug #2580

Mis à jour par Matthieu Decorde il y a plus de 4 ans

The XSLX metadata adds a ".0" to numeric values which can leads to bugs when the text id is a number

h3. 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

Retour