DiegoZoracKy / convert-excel-to-json

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

Rows as Headers #50

Open KnifeStyle opened 3 years ago

KnifeStyle commented 3 years ago

Hey, in my excel there are the rows as header, like A1 = Type, B1 = "TypeData" A2 = Date , B2 = "DateData". Is it possible with this tool, to get my table into a good JSON?