1111 配置导表工具修改(前端导出内容换行问题)
| | |
| | | printRed("æ¿æ¢å
¬å¼å¤±è´¥ï¼ç¬¬%sè¡ï¼ç¬¬%såã" % (row + 1, col + 1))
|
| | | return
|
| | | rowValuesList[col] = cfgFormula
|
| | | clientCfg.append(clientFormat % tuple([rowValuesList[i] for i in clientCfgColList]))
|
| | | |
| | | if row == 3:
|
| | | # 说æè¡ï¼æ¿æ¢æ¢è¡ç¬¦ï¼é²æ¢å端å è½½è¡¨æ ¼æ¥é
|
| | | clientCfg.append(clientFormat % tuple([rowValuesList[i].replace("\r", "").replace("\n", "") for i in clientCfgColList]))
|
| | | else:
|
| | | clientCfg.append(clientFormat % tuple([rowValuesList[i] for i in clientCfgColList]))
|
| | | |
| | | if isAdd and pkColList:
|
| | | cfgKey = pkFormat % tuple([rowValuesList[pkCol] for pkCol in pkColList])
|
| | | if cfgKey in cfgKeyList:
|