Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 366581 - Improving ExcelXmlWriter class to handle various data types
Summary: Improving ExcelXmlWriter class to handle various data types
Status: CLOSED FIXED
Alias: None
Product: OSEE
Classification: Technology
Component: Action Tracking System (ATS) (show other bugs)
Version: 0.9.9   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: 0.9.9   Edit
Assignee: S. Cook CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 366618 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-12-13 11:59 EST by S. Cook CLA
Modified: 2012-01-28 20:24 EST (History)
1 user (show)

See Also:


Attachments
Improving ExcelXmlWriter class to handle various data types (10.33 KB, patch)
2011-12-13 12:27 EST, S. Cook CLA
ryan.d.brooks: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.