On Sun, 24 Aug 2008, Wonne Keysers wrote:
While trying to use Jasper Reports (2.0.4) I get the stack trace below. Would it be possible to re-introduce the method org.apache.poi.hssf.usermodel.HSSFSheet.addMergedRegion(Lorg/apache/poi/hssf/util/Region)
addMergedRegion(Region) is deprecated in trunk and ooxml, so I'm not sure about the value of adding back the overloaded method. The method that takes CellRangeAddress is the prefered way to do it now.
If you re-compile your app against the new poi jar though, it ought to pick up the superclass method signatures, and work fine. That might be a better bet for you
Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
