DiegoZoracKy / convert-excel-to-json

Convert Excel to JSON, mapping sheet columns to object keys.
MIT License
290 stars 91 forks source link

Why it doesn't handle date types? #6

Closed ayushnig closed 6 years ago

ayushnig commented 6 years ago

I was converting a date and it got replaced by some number.

DiegoZoracKy commented 6 years ago

Hey @ayush12234, thanks for bringing that up. Check with the new version, 1.3.0, and tell me if now you have the date handled as expected.

ayushnig commented 6 years ago

Thanks @DiegoZoracKy . Its working good now.

DiegoZoracKy commented 6 years ago

👍