public void print() {
JSONObject js = JSONObject.parseObject("{'showPanel':true,'printInfo':{'centering':'GC.Spread.Sheets.Print.PrintCentering.horizontal','columnStart':0,'columnEnd':2}}");
// JSONObject js = JSONObject.parseObject("{'showPanel':true}");
clientViewProxy.invokeControlMethod(spreadKey, "print", js);
}
通过这种方式依然没有效果,请问是参数有问题吗 |