mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix code
This commit is contained in:
@@ -392,6 +392,15 @@ public class ExcelWriter extends ExcelBase<ExcelWriter> {
|
||||
return this;
|
||||
}
|
||||
|
||||
/**
|
||||
* 定位到最后一行的后边,用于追加数据
|
||||
* @return this
|
||||
* @since 5.5.0
|
||||
*/
|
||||
public ExcelWriter setCurrentRowToEnd(){
|
||||
return setCurrentRow(getRowCount());
|
||||
}
|
||||
|
||||
/**
|
||||
* 跳过当前行
|
||||
*
|
||||
|
Reference in New Issue
Block a user