jecovier / vue-json-excel

MIT License
687 stars 168 forks source link

numbers are formted as dates #140

Open baermathias opened 3 years ago

baermathias commented 3 years ago

13.03 is shown as 13. March. If you switch the format manually to standard it shows 43903 12.82 is shown as Dec 82. If you switch the format manually to standard it shows 30286

avpuchkova commented 3 years ago

@baermathias Did you find a way to fix it? I have the same issue.

baermathias commented 3 years ago

@avpuchkova I used another module: https://www.npmjs.com/package/xlsx Unfortunately its a little bit big in size. But you could also try this one (havent tried it yet): https://www.npmjs.com/package/node-xlsx

avpuchkova commented 3 years ago

@baermathias Thank you! Now I use https://www.npmjs.com/package/vue-excel-xlsx There is not such bug too