This commit is contained in:
Looly
2019-09-03 22:44:28 +08:00
parent caa8d6dea7
commit 23fa56ad28
3 changed files with 3 additions and 3 deletions

View File

@@ -534,9 +534,9 @@ public class ExcelWriter extends ExcelBase<ExcelWriter> {
/**
* 增加下拉列表
*
* @param regions {@link CellRangeAddressList} 指定下拉列表所占的单元格范围
* @param x x坐标列号从0开始
* @param y y坐标行号从0开始
* @param selectList 下拉列表
* @return this
* @since 4.6.2
*/