mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
add test
This commit is contained in:
parent
36c706bc7d
commit
18a2a34fc9
@ -419,7 +419,7 @@ public class ExcelWriteTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
// @Ignore
|
@Ignore
|
||||||
public void addSelectTest2() {
|
public void addSelectTest2() {
|
||||||
ExcelWriter writer = ExcelUtil.getWriter(true);
|
ExcelWriter writer = ExcelUtil.getWriter(true);
|
||||||
writer.writeCellValue(0, 0, "请选择科目");
|
writer.writeCellValue(0, 0, "请选择科目");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user