Bug 51785

Summary: XSSFSheet.setForceFormulaRecalculation fails with Class Not Found
Product: POI Reporter: Antti Koskimäki <antti.koskimaki>
Component: XSSFAssignee: POI Developers List <dev>
Status: RESOLVED FIXED    
Severity: minor CC: bastuky
Priority: P2    
Version: 3.8-dev   
Target Milestone: ---   
Hardware: All   
OS: All   
Attachments: new testcase for XSSFSheet

Description Antti Koskimäki 2011-09-08 07:13:23 UTC
Created attachment 27472 [details]
new testcase for XSSFSheet

poi-ooxml-schemas.jar doesn't contain org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetCalcPr needed for setForceFormulaRecalculation

Attached patch to XSSFSheet test-cases, yielding to compile-ooxml-lite rule to add needed classes to poi-ooxml-schemas.jar
Comment 1 Nick Burch 2011-09-09 15:11:42 UTC
Thanks for this, patch applied (with a few small tweaks) in r1167241.
Comment 2 Yegor Kozlov 2011-10-04 12:24:31 UTC
*** Bug 51929 has been marked as a duplicate of this bug. ***