怎么通过控件名称 获取单元格的单选下拉框控件值
不扩展的话
contentPane.getWidgetByName("控件名").getValue();
========
但是,单元格推荐这个格式
contentPane.getCellValue(sheet号,列号,行号);