Jesper de Jong wrote:The strikethrough text is most likely how your IDE warns you that you are using deprecated methods - methods that are from an old version of an API, that you are not supposed to use anymore.
Usually you're right, but I happen to know this one. In the current version of POI, they deprecated the
int cell types and everything that's related to it. However, the
enum replacement will not be added until POI 4. That's right - they deprecated it in advance without providing the alternative. They should have just waited with deprecating until the replacement was in place.
So Qubayel, in this case, you can ignore this deprecation warning.