mirror of
https://gitee.com/dromara/hutool.git
synced 2025-04-05 17:37:59 +08:00
fix comment and test
This commit is contained in:
parent
38dad619b8
commit
b791a75dd6
@ -507,7 +507,7 @@ public class ExcelWriter extends ExcelBase<ExcelWriter> {
|
||||
* 增加下拉列表
|
||||
*
|
||||
* @param regions {@link CellRangeAddressList} 指定下拉列表所占的单元格范围
|
||||
* @param
|
||||
* @param selectList 下拉列表内容
|
||||
* @return this
|
||||
* @since 4.6.2
|
||||
*/
|
||||
|
@ -124,7 +124,7 @@ public class ExcelWriteTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
// @Ignore
|
||||
@Ignore
|
||||
public void mergeTest2() {
|
||||
Map<String, Object> row1 = new LinkedHashMap<>();
|
||||
row1.put("姓名", "张三");
|
||||
|
Loading…
Reference in New Issue
Block a user