POI-3.15の場合、CellCommentStoreでコンパイルエラーが発生する
mygreen opened this issue · 0 comments
mygreen commented
POI-3.15にリビジョンアップすると、CellCommentStoreでコンパイルエラーが発生する。
https://poi.apache.org/apidocs/org/apache/poi/ss/usermodel/ClientAnchor.html
ClientAnchor#
getAnchorType()の戻り値が、int型から、列挙型
ClientAnchor.AnchorType` に変更になったため。
他、BorderやCellTypeも列挙型になっているが、POI-3.16まで、現在のメソッドは残される。