Bug 44277

Summary: OOXML: HSSFRow - get/setHeight and others
Product: POI Reporter: Paolo Mottadelli <paolo.moz>
Component: POI OverallAssignee: POI Developers List <dev>
Status: RESOLVED FIXED    
Severity: enhancement Keywords: PatchAvailable
Priority: P2    
Version: 3.0-dev   
Target Milestone: ---   
Hardware: All   
OS: All   
Attachments: Patch with tests and implementations for the listed methods

Description Paolo Mottadelli 2008-01-22 05:53:02 UTC
OOXML: Some methods tested and implemented for XSSFRow and XSSSheet.
Methods to get/set rowHeight, defaultRowHeight, zeroRowHeight, defaultColumnWidth.
TTD: all the methods are tested in TestXSSFRow and testXSSFSheet
Comment 1 Paolo Mottadelli 2008-01-22 05:53:59 UTC
Created attachment 21411 [details]
Patch with tests and implementations for the listed methods
Comment 2 Ugo Cei 2008-01-22 06:27:05 UTC
Patch applied. Thanks.