I've been working with JAKARTA POI HSSF to create spreadsheets and have run into a strange issue. Certain HSSF methods become unavailable when the workbook is contained in a query loop. An index loop works fine but the query loop throws an error:
coldfusion.runtime.java.MethodSelectionException: The selected method addMergedRegion was not found. I've attahced some sample code to illustrate the problem. I am using POI 2.5.1 and 3.1 in CFMX7 -- it fails consistently in both versions. Does anyone have a clue as to why this is and how to fix it? Thanks! Warren Koch ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:317523 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

