hi
using 3.5 beta version
while using the following code sheet.addMergedRegion( new
Region(0,(short)1,0,(short)2));
throws below exception
java.lang.NoSuchMethodError:
org.apache.poi.hssf.usermodel.HSSFSheet.addMergedRegion(Lorg/apache/poi/hssf/util/Region;)
The sources are saying addMergedRegion is deprecated by calling Region.
we already developed lot of modules by addMergedRegion by passing Region.
So, changes in all, make little complicated. Any other suggestions please
without changing the code ?
thanks
--
View this message in context: http://www.nabble.com/Deprecated-method-tp23664799p23664799.html
Sent from the POI - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@poi.apache.org
For additional commands, e-mail: user-help@poi.apache.org
|