mnabeelkhan / tableexport-for-vaadin

Automatically exported from code.google.com/p/tableexport-for-vaadin
0 stars 0 forks source link

BigDecimal in isNumeric() method (ExcelExport.java) #15

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
BigDecimal is also a numeric value, but there is no check against this class in 
isNumeric method in ExcelExport.java; Please add it.

Original issue reported on code.google.com by rayo...@gmail.com on 17 Nov 2011 at 4:19

GoogleCodeExporter commented 8 years ago
Easy fix.  Don't know if there are any knock-on problems with a BigDecimal 
being treated as numeric now.

Original comment by jnas...@gmail.com on 19 Nov 2011 at 8:18