6
@Test public void testHeight() { SimpleRowHeightStyleStrategy rowHeightStyleStrategy = new SimpleRowHeightStyleStrategy((short)150, (short)120); EasyExcel.write("C:\Users\Administrator\Desktop\test2.xlsx", DemoData.class). registerWriteHandler(rowHeightStyleStrategy) .sheet("测试").doWrite(data()); }
升级了2.1.0-beta2后,使用SimpleRowHeightStyleStrategy 设置表头的高度,但是并未生效,内容高度生效了