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/09/01 18:45:46 UTC

DO NOT REPLY [Bug 22862] New: - Referenced memory error - "The memory could not be written"

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

Referenced memory error - "The memory could not be written"

           Summary: Referenced memory error - "The memory could not be
                    written"
           Product: POI
           Version: unspecified
          Platform: PC
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: HSSF
        AssignedTo: poi-dev@jakarta.apache.org
        ReportedBy: ranl@amdocs.com


I have a template excel file with few sheets of data and macro. I run the macro 
in excel application and the macro is creating a new empty sheet to the 
workbook, then the POI is running and is writing data to the latter empty sheet 
in the template file. 

After POI was running when trying to open the workbook in excel application 
(excel 2000 - 9.0.3821 SR-1) I got an application error - "The instruction 
at "0x3005c5eb" referenced memory at "0x0000018". The memory could not be 
written", afterwards I have to manually kill the excel process.

I overcome the problem in a weard way , If , after the macro was running , I 
manually delete the empty sheet and create it again and then run POI then every 
thing is o.k.
It seems that the creation of empty sheet via macro is affecting POI later on.
Any Ideas ?

---------------------------------------------------------------------
To unsubscribe, e-mail: poi-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: poi-dev-help@jakarta.apache.org