mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix comment
This commit is contained in:
@@ -29,6 +29,9 @@ import cn.hutool.v7.poi.excel.reader.ExcelReadConfig;
|
||||
*/
|
||||
public abstract class AbstractSheetReader<T> implements SheetReader<T> {
|
||||
|
||||
/**
|
||||
* 读取范围
|
||||
*/
|
||||
protected final CellRangeAddress cellRangeAddress;
|
||||
/**
|
||||
* Excel配置
|
||||
|
Reference in New Issue
Block a user