var data= Forguncy.Page.getCell("pp").getValue();
var str = data.split('|');
Forguncy.Page.getCell("mc").setValue(str[0]);
Forguncy.Page.getCell("jc").setValue(str[1]);
Forguncy.Page.getCell("lxr").setValue(str[2]);
Forguncy.Page.getCell("dh").setValue(str[3]);
Forguncy.Page.getCell("logo").setValue(str[4]);