Closed xieliujian closed 3 years ago
命令行如下 : ` cmd = "tabtoy.exe " if is_mac_plat: cmd = "./tabtoy "
cmd += "--mode=v2 " cmd += "--csharp_out=" + dstdir + filenoext + ".cs " cmd += "--binary_out=" + dstbindir + filenoext.lower() + ".bytes " cmd += "--combinename=" + filenoext + "Cfg " cmd += "Globals.xlsx " cmd += filenoext + ".xlsx"`
2个Excel都用到了Globals.xlsx里面的定义,这样导出会导致Global里面的数据类型被导出2次。代码冲突。
为啥要这么设计? 隔离为两个文件夹不好么?
命令行如下 : ` cmd = "tabtoy.exe " if is_mac_plat: cmd = "./tabtoy "
2个Excel都用到了Globals.xlsx里面的定义,这样导出会导致Global里面的数据类型被导出2次。代码冲突。