tobecrazy/SeleniumDemo

The warnings The method getCellType() from the type Cell is deprecated.

wenJanus opened this issue · 3 comments

I use poi-3.17.

/**
* Return the cell type.
*
* Will return {@link CellType} in version 4.0 of POI.
* For forwards compatibility, do not hard-code cell type literals in your code.
*
* @return the cell type
* @deprecated POI 3.15. Will return a {@link CellType} enum in the future.
*/

POI 更新之后把之前的方法Deprecated了,我更新了下。已经是最新的01c4484

@tobecrazy Thank you for your support!