Code Monkey home page Code Monkey logo

excel2ue's Introduction

Excel2UE

export excel to UE4 cpp script and txt resources,use in blueprint

Node

need python2.7 and install openpyxl setuptools xlrd plug-in

excel2lua

built in cmd

  python excel2lua.py excelDir cppDir projName

1.规范sheet 中|线分割前面为注释,后面为导出的TXT和cpp文件名,形如角色|role
2.excel中第一行为注释、第二行为类型(目前支持int,bool,string,object,class)、第三行为字段名字。其中第二行可以通过|分割是否只有前端或者后端导出,形如string|client
3.默认第一列为TMap中的key值,并且为int或者string不重复的类型(已经做检查),因为导出的cpp中要用这个来查找和返回数据。 4.表中的数据可以为空,int导出的时候为-1,bool为false 其他字段都为""

TODO

1.添加git支持 2.添加scp支持 3.多类型判断及对excel表做检查

excel2ue's People

Contributors

iyexiao avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.