All Projects → huangkumao → ConfigTools

huangkumao / ConfigTools

Licence: other
把Excel配置表导出成Json格式, 可供服务器,客户端(Unity,Laya)使用, 可直接根据表结构生成对应的代码支持C#和TypeScript. Export Excel configuration table into Json format, which can be used by server and client (Unity, Laya), and directly generate code corresponding to table structure to support C # and TypeScript.

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to ConfigTools

luban
你的最佳游戏配置解决方案 {excel, csv, xls, xlsx, json, bson, xml, yaml, lua, unity scriptableobject} => {json, bson, xml, lua, yaml, protobuf(pb), msgpack, flatbuffers, erlang, custom template} data + {c++, java, c#, go(golang), lua, javascript(js), typescript(ts), erlang, rust, gdscript, protobuf schema, flatbuffers schema, custom template} code。
Stars: ✭ 1,660 (+2713.56%)
Mutual labels:  config, excel
Vscode Data Preview
Data Preview 🈸 extension for importing 📤 viewing 🔎 slicing 🔪 dicing 🎲 charting 📊 & exporting 📥 large JSON array/config, YAML, Apache Arrow, Avro, Parquet & Excel data files
Stars: ✭ 245 (+315.25%)
Mutual labels:  config, excel
VBA-Import-Export
Export & Import VBA code for use with Git (or any VCS)
Stars: ✭ 14 (-76.27%)
Mutual labels:  excel
Samples-NET.Core-MVC-CSharp
ASP.NET Core 2.0 MVC C# samples for Stimulsoft Reports.Web reporting tool.
Stars: ✭ 28 (-52.54%)
Mutual labels:  excel
Akshay-Vs
Config files for my GitHub profile.
Stars: ✭ 17 (-71.19%)
Mutual labels:  config
robotframework-excel
Robot-framework auto-test excel
Stars: ✭ 15 (-74.58%)
Mutual labels:  excel
props
config source library for golang, support properties/yaml/ini file、zookeeper\consul\etcd k/v k/props
Stars: ✭ 57 (-3.39%)
Mutual labels:  config
Samples-ASP.NET-MVC-CSharp
ASP.NET MVC C# samples for Stimulsoft Reports.Web reporting tool.
Stars: ✭ 31 (-47.46%)
Mutual labels:  excel
EasyForm-Android
该项目是一个android端用于生成复杂表格的库。可以用来做像Excel表格那样的UI界面。
Stars: ✭ 17 (-71.19%)
Mutual labels:  excel
Machfiles
The dotfiles you see in all my videos
Stars: ✭ 347 (+488.14%)
Mutual labels:  config
Power-Refresh-VBScript
Visual Basic Script Refresher for Excel files with Power Query and PowerPivot model
Stars: ✭ 18 (-69.49%)
Mutual labels:  excel
onion
Layer based configuration for golang
Stars: ✭ 104 (+76.27%)
Mutual labels:  config
config
Config component, strictly typed
Stars: ✭ 14 (-76.27%)
Mutual labels:  config
BulkPDF
BulkPDF is a free and easy to use open source software, which allows to automatically fill an existing PDF form with differen values. Only a spreadsheet (Microsoft Excel 2007/2010/2013, LibreOffice or OpenOffice Calc) with the desired values is required.
Stars: ✭ 94 (+59.32%)
Mutual labels:  excel
network tech
Cisco config syntax and snippets for Sublime Text
Stars: ✭ 82 (+38.98%)
Mutual labels:  config
nestjs-config
NestJS Module for Nonfig services. Nonfig combines Configurations and Features. So you change features, and release swiftly, and measure to digital impact.
Stars: ✭ 40 (-32.2%)
Mutual labels:  config
vue-willtable
An editable table component for Vue.js 2.0
Stars: ✭ 119 (+101.69%)
Mutual labels:  excel
npoi
a .NET library that can read/write Office formats without Microsoft Office installed. No COM+, no interop.
Stars: ✭ 4,493 (+7515.25%)
Mutual labels:  excel
tomlj
A Java parser for Tom's Obvious, Minimal Language (TOML).
Stars: ✭ 72 (+22.03%)
Mutual labels:  config
Config
Configuration files
Stars: ✭ 21 (-64.41%)
Mutual labels:  config

ConfigTools

把Excel配置表导出成Json格式, 可供服务器,客户端(Unity,Laya)使用

Update

1: 增加了压缩Json选项

2: 增加了导出批注功能

3: 修复了一个UTF8的bug

特性

1: 支持生成两种代码 C#和TypeScript.

2: 支持多种字段类型设定(int,float,string,bool,intarray,floatarray,stringarray).

3: 支持指定字段导出类型(all,client,server).

4: 自动根据表ID来生成Map或者List数据结构.

5: 可视化UI操作.

6: 可以非常方便的修改和扩展功能以符合自己的实际项目需求.

表结构示例

表ID大小写无关,没有生成List,有生成Map 文字描述 服务器数据 浮点数据 整型数组 字符串数组 bool值
id name serverdata floatdata intarray stringlist booldata
int string int float+ int+ string+ bool
all client server all all all all
1 这是id1 1 1.1 1 s1 0
2 这是id2 2 2.1;2.2 1;2 s1;s2 1
3 这是id3 3 3.1;3.2;3.3 1;2;3 s1;s2;s3 0

//两种格式Sample 具体Excel格式可以根据这两个文件

https://github.com/huangkumao/ConfigTools/blob/master/Samples/Configs/ListSample.xlsx

https://github.com/huangkumao/ConfigTools/blob/master/Samples/Configs/MapSample.xlsx

Image text

推荐项目

  • JEngine - JEngine是针对Unity开发者设计的开箱即用的框架,封装了强大的功能,小白也能快速上手,轻松制作可以热更新的游戏
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].