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

After writing to XSL Workbook, cells have #NAME? values





------- Additional Comments From [EMAIL PROTECTED]  2004-02-24 18:31 -------
I had a similar issue.  It only arose on array formulas. I have attached the
initial excel file and the POI generated file.  The code is simply:

  POIFSFileSystem fs = 
    new POIFSFileSystem(new FileInputStream("c:\test\before.xls"));
  HSSFWorkbook wb = new HSSFWorkbook(fs);
  FileOutputStream out = 
    new FileOutputStream("c:\test\after.xls");
  wb.write( out );
  out.close();

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to