I would like to know if is posible parse a excel to json. And if is possible which is the structure of the excel to make it possible. There is an application or something??
I have this JSON sructure http://pastie.org/2760828 And I have to insert 500 products and i would like insert into excel and parse them.
You can do it like this:
1) First convert your excelsheet to datatable
2) And then convert your datatable to json like below:
1) conversion excel sheet to datatable
2) conversion datatable to json
ExcelToJSON will convert an Excel sheet to JSON format
http://www.exceltojson.com/