This is an exported version of the JIRA issue tracker. Please use the Google Code site to open new tickets or report updates to these existing tickets. Feel free to contact the mailing list with any questions.

[RRR-34] Excel rendering doesn't understand types
Created: Wed, 10 Nov 2004 15:08:04 -0800 (PST)  Updated: Fri, 10 Dec 2004 06:55:51 -0800 (PST)

Status:Closed
Project:ReportRunner
Component/s:Renderers
Affects Version/s:0.2
Fix Version/s:0.3

Type:BugPriority: Major
Reporter:Henri YandellAssignee:Henri Yandell
Resolution:Fixed 
Environment:


 Description   
The Excel file created is all String types. The renderer needs to understand how to set different types in the Excel code; or the ExcelWriter class does to be more precise.
Comment by bayard [ Fri, 10 Dec 2004 06:23:00 -0800 (PST) ]
Easy one I think.

Remove the String typing in the ExcelWriter.
Comment by bayard [ Fri, 10 Dec 2004 06:55:51 -0800 (PST) ]
Untested, but code is implemented to attempt to do type things.

Need to talk to Gant about Dates in POI.