DefaultHssfExportView handles all values as Strings
---------------------------------------------------

                 Key: DISPL-537
                 URL: http://jira.codehaus.org/browse/DISPL-537
             Project: DisplayTag
          Issue Type: Bug
          Components: Export
    Affects Versions: 1.1.1, 1.1
            Reporter: Josef Cacek


I wanted to export number column to excel, but it doesn't work with 
DefaultHssfExportView. Problem is in class TableWriterTemplate (extended by 
HssfTableWriter). It uses for storing values CellStruct.decoratedValue which is 
String.
So the value goes always as String into the method 
HssfTableWriter.writeColumnValue(...) => number cell in excel is never created.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
displaytag-devel mailing list
displaytag-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to