第一:作为初学者,查了你们的API,没找到解决办法,打电话求助,你们让发帖子,你的回复是说defaultstyle的backcolor设定不对,我们马上自查json与代码,一头雾水
第二:生成时没有任何地方设定backcolor,用你们的srpeadjs的tojson获取到的JSON
第三:下拉列表的设定代码也是用的你们的demo中的,地址
https://demo.grapecity.com.cn/Sp ... demos/basicCellType中的如下代码
var combo = new spreadNS.CellTypes.ComboBox();
combo.items([{ text: "Oranges", value: "11k" }, { text: "Apples", value: "15k" }, { text: "Grape", value: "100k" }]);
combo.editorValueType(spreadNS.CellTypes.EditorValueType.text);
sheet.getCell(3, 2, spreadNS.SheetArea.viewport).cellType(combo).value("Grape");
sheet.setValue(3, 1, "ComboBoxCellType");
第四:我只想知道哪里出了问题,你都看到了我们把他设定成了null,为什么不直接点出来,还要来回的效率这么低的发帖询问
|