LizhuWeng / ExcelToJson

A useful tool for converting MS Excel files(.xls or .xlsx) to Json type files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ExcelToJson

A useful tool for converting MS Excel files(.xls or .xlsx) to Json type files

  • EXCEL FILE FORMAT


First row is used for descriptions of data structs.
Second row is used for data property names (or IDs).

Tip: ID with bracket can be used just for description in Excel cells.
All the following rows are datas



  • RESULT JSON
[{"Name":"idle","FadeTime":"0.4"},{"Name":"run","FadeTime":"0.3"},{"Name":"dance","FadeTime":"0.3"},{"Name":"attack","FadeTime":"0.5"}]



NOTE

For reading data from Microsoft Office Excel, you should check if Access database engine 2007 or newer has been installed in your PC.

About

A useful tool for converting MS Excel files(.xls or .xlsx) to Json type files

License:Apache License 2.0


Languages

Language:C# 100.0%