├── .gitmodules ├── README.md ├── excel └── Dungeon.xls ├── excel2lua_final.py ├── excel2lua_mod.py ├── excel_cmd.txt ├── get_xls_changelist.sh └── rapid_do.sh /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevin1sMe/excel2lua/HEAD/.gitmodules -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevin1sMe/excel2lua/HEAD/README.md -------------------------------------------------------------------------------- /excel/Dungeon.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevin1sMe/excel2lua/HEAD/excel/Dungeon.xls -------------------------------------------------------------------------------- /excel2lua_final.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevin1sMe/excel2lua/HEAD/excel2lua_final.py -------------------------------------------------------------------------------- /excel2lua_mod.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevin1sMe/excel2lua/HEAD/excel2lua_mod.py -------------------------------------------------------------------------------- /excel_cmd.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevin1sMe/excel2lua/HEAD/excel_cmd.txt -------------------------------------------------------------------------------- /get_xls_changelist.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevin1sMe/excel2lua/HEAD/get_xls_changelist.sh -------------------------------------------------------------------------------- /rapid_do.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevin1sMe/excel2lua/HEAD/rapid_do.sh --------------------------------------------------------------------------------