Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Done
-
1.17.0
-
None
Description
The Excel Reader will crash with a NumberFormatException if there is data where a column has a formula and that formula returns text.
This minor bug fix checks to see whether the output can be read as a number, and if so read the column as numeric. If not, read the column as text.