随笔分类 -  poi

摘要:public class ExporTest { private Map smap;// 存储模板中单元格样式 @Test public void test() { Workbook wb = getWorkbook(path); initStyle(wb); writeSheet(wb.ge... 阅读全文
posted @ 2017-08-09 11:50 学无止境、 阅读(111) 评论(0) 推荐(0)
摘要:POI的一些配置 CellStyle cellStyle = wb.createCellStyle(); cellStyle.setBorderBottom(CellStyle.BORDER_THIN); cellStyle.setBorderLeft(CellStyle.BORDER_THIN); 阅读全文
posted @ 2017-08-07 09:19 学无止境、 阅读(505) 评论(0) 推荐(0)