完善系统
This commit is contained in:
@ -206,6 +206,10 @@ public class ExcelUtil<T>
|
||||
this.clazz = clazz;
|
||||
}
|
||||
|
||||
public Workbook getWb(){
|
||||
return wb;
|
||||
}
|
||||
|
||||
/**
|
||||
* 仅在Excel中显示列属性
|
||||
*
|
||||
|
Reference in New Issue
Block a user