A gift for planning the best! is: Excel2json2csharp
Planning to configure Excel, it is necessary to change the value Ah, add the field ah.
The corresponding parsing class on this side of the program has to be changed. A whole mess!
So I have to tidy up this excel2json2csharp tool, let the planning from a play to it ~!
Can be used for both Windows and Macs (pro-test is available),
I didn't do it with WPF or WinForm. Or in the form of a unity plugin.
Excel2json2csharp Features:
1. Generate JSON files for all Excel files under the specified path
2. Generate the corresponding CSharp parsing class for all JSON files under the specified path
Realize:
Excel to JSON naturally needless to say, the point is JSON to CSharp
Search by:
1.http://haojson.com/json2csharp/
This is a Web form.
2.http://www.xamasoft.com/json-class-generator/
This open source project seems good, but only one JSON can generate a CSharp, not batch processing. and Mac doesn't work.
So I extracted the jsoncsharpclassgeneratorlib from this open source project and ported it to the unity environment.
Attention:
Use:
I've uploaded GitHub.
Https://github.com/HongJoe/excel2json2csharp
Excel to Json,json turn CSharp