This is an Excel Tool for Unity. use ExcelDataReader Library at https://github.com/ExcelDataReader/ExcelDataReader
- clone this project from github
- open with unity
- run the menu tools -> Excel to Code
- find generated code at Assets/Scripts/Excel
Tools now support only few types like int long string Vector3 List. and will support more in future. also you can easy extend by yourself.
hope you enjoy it.