egeriis / zipcelx

Turns JSON data into `.xlsx` files in the browser
MIT License
294 stars 90 forks source link

Number column type doesn't work #63

Open bmblb opened 5 years ago

bmblb commented 5 years ago

Hello. Trying to set column type to 'number' for number columns, but that doesn't work, values are still treated like strings by MS Excel (latest). Although when I check XML markup of the resulted file I do see proper cell markup as defined by the cell generator function. Is this issue known?