On Tue, 14 Nov 2017, polatalemdar wrote:
Can you explain what should we use if both of them are deprecated?
Did you read the full deprecation notes in the javadocs for the version of Apache POI you are using? That explains what is happening, and what to do in the mean time
Alternately, grab a nightly build of Apache POI, and you can use the post-breakage Enum-returning getCellType with no warnings!
BY the way: CONGRATULATIONS TO THE specific developer who made both of the functions deprecated. I believe no one is using this library lively. I will stop using it for ever once I fix that.
Blame the people who wrote the Java language specification - because of how Java treats changes to return types on methods, and the limited deprecation + change semantics, it's really the only way to warn people that the change is coming
Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
