mhaemmerle / excel-to-json

Opinionated Excel to JSON converter where nested structures can be defined on different worksheets
http://mhaemmerle.github.io/excel-to-json/
Apache License 2.0
102 stars 25 forks source link

Allow processing double values #34

Closed JawadJaber closed 8 years ago

JawadJaber commented 8 years ago

Hi, it is clear this tool is supporting integers and floats. I tried to process double values but it raises an error like this:

java.lang.ClassCastException: java.math.BigDecimal cannot be cast to java.lang.CharSequence

Thank you