DiegoZoracKy / convert-excel-to-json

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

Auto use w when v is not the same in value #71

Open syarul opened 11 months ago

syarul commented 11 months ago

Alternative solution without extra configuration Related to #40

w: 77,666 ===> 77,666 v: 101.234, w: 101 ===> 101

Related issues address are: https://github.com/DiegoZoracKy/convert-excel-to-json/issues/4 and https://github.com/DiegoZoracKy/convert-excel-to-json/issues/31.