[RRR-34] Excel rendering doesn't understand types | |
| Status: | Closed |
| Project: | ReportRunner |
| Component/s: | Renderers |
| Affects Version/s: | 0.2 |
| Fix Version/s: | 0.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | Henri Yandell | Assignee: | 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. |