Package icu.easyj.poi.excel.util
Class ExcelContext
java.lang.Object
icu.easyj.poi.excel.util.ExcelContext
Excel所需的上下文
- Author:
- wangliang181230
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ExcelContext
public ExcelContext()
-
-
Method Details
-
put
设置数据- Parameters:
key- 键value- 值- Returns:
- previousValue 返回原有的值或null
-
get
获取数据- Type Parameters:
T- 值类型- Parameters:
key- 键- Returns:
- 值或null
-
get
获取所有数据- Returns:
- 所有数据
-
remove
清除数据- Parameters:
key- 键
-
remove
public static void remove()清除数据
-