You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by bu...@apache.org on 2003/04/01 06:52:16 UTC

DO NOT REPLY [Bug 18548] New: - HSSFSerializer.java has wrong mime-type

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18548>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18548

HSSFSerializer.java has wrong mime-type

           Summary: HSSFSerializer.java has wrong mime-type
           Product: Cocoon 2
           Version: Current CVS
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: sitemap components
        AssignedTo: cocoon-dev@xml.apache.org
        ReportedBy: nbacon@pinnaclesoftware.com.au


I think "vnd.ms-excel" needs to be changed to the correct mime-type for Excel 
which is "application/vnd.ms-excel"

-  private final static String _mime_type = "vnd.ms-excel";
+  private final static String _mime_type = "application/vnd.ms-excel";