Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 366581

Summary: Improving ExcelXmlWriter class to handle various data types
Product: [Technology] OSEE Reporter: S. Cook <shawn.f.cook>
Component: Action Tracking System (ATS)Assignee: S. Cook <shawn.f.cook>
Status: CLOSED FIXED QA Contact:
Severity: enhancement    
Priority: P3 CC: ryan.d.brooks
Version: 0.9.9   
Target Milestone: 0.9.9   
Hardware: All   
OS: All   
Whiteboard:
Attachments:
Description Flags
Improving ExcelXmlWriter class to handle various data types ryan.d.brooks: iplog+

Description S. Cook CLA 2011-12-13 11:59:41 EST
The ExcelXmlWriter class needs to be improved in order to handle a variety of data types intelligently, rather than simply treating everything as a String.  This includes refactoring a few methods in the parent class, AbstractSheetWriter, to use Object's rather than String's in order to make it more generic, and improving the method ExcelXmlWriter.writeCellText() to determine instanceof and writing the appropriate data type into the XML stream.
Comment 1 S. Cook CLA 2011-12-13 12:27:23 EST
Created attachment 208324 [details]
Improving ExcelXmlWriter class to handle various data types
Comment 2 S. Cook CLA 2011-12-13 12:27:37 EST
Improving ExcelXmlWriter class to handle various data types
Comment 3 S. Cook CLA 2011-12-13 15:29:43 EST
*** Bug 366618 has been marked as a duplicate of this bug. ***
Comment 4 Ryan Brooks CLA 2011-12-14 03:26:27 EST
Don Dunne applied this patch to 0.9.9_SR4 at Tue Dec 13 13:46:48 2011 -0700
Comment 5 Ryan Brooks CLA 2012-01-28 20:24:07 EST
This change has been included in a build.