在WPS JS中替换某列中的值
Range("G"+2+":G"+ttlrow).Select(); //选中需要替换值的区域
Selection.Replace("被替换项", "替换项", xlPart, xlByRows, false, false, true, true);
Range("G"+2+":G"+ttlrow).Select(); //选中需要替换值的区域
Selection.Replace("被替换项", "替换项", xlPart, xlByRows, false, false, true, true);