使用JXL,excel的表格下拉怎么生成啊?
List<String> publishL = new ArrayList<String>();
publishL.add("人民教育出版社");
publishL.add("北京师范大学出版社");
publishL.add("江苏教育出版社");
publishL.add("外研出版社");
WritableCellFeatures  features = new WritableCellFeatures();
features.setDataValidationList(publishL);
new Label().setCellFeatures(features ) 这个方法不能调用,就是说label没有这个方法,顶,下载下来的文档却说有,换个几个版本都不行 有谁用过的或实现过的啊?发个jar包来试试
mail:[email protected]