You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2003/03/10 08:43:26 UTC

DO NOT REPLY [Bug 17816] New: - Excel file becomes unreadable after writing data to a sheet using HSSF

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=17816>.
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=17816

Excel file becomes unreadable after writing data to a sheet using HSSF

           Summary: Excel file becomes unreadable after writing data to a
                    sheet using HSSF
           Product: POI
           Version: 1.5
          Platform: Other
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: HSSF
        AssignedTo: poi-dev@jakarta.apache.org
        ReportedBy: anil_chelamchela@satyam.com


I have an Excel workbook with 5 sheets. 4 sheets have scorecards running on 
macros and I need to feed data to one sheet using my application. The macros 
will then take data from data sheet and create the scorecards. 

I am usinf HSSF for this and after writing data to the sheet, I am unable to 
open the excel sheet. I get an error "Unable to open File". Can anyone help 
regarding this.