https://issues.apache.org/bugzilla/show_bug.cgi?id=55292

--- Comment #11 from Tim Allison <[email protected]> ---
Created attachment 30646
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=30646&action=edit
testAddBulletParagraphs result

Excel is throwing an "unreadable content; want to recover" message when I try
to open the wb created in testAddBulletParagraphs.  Excel is able to recover,
but can you tell what's causing this?  To generate this attachment, I added the
following at the end of testAddBulletParagraphs:

 try{
  OutputStream os = new FileOutputStream(new File("C:/data/testbullets.xlsx"));
  wb.write(os);
  os.flush();
  os.close();
 } catch (IOException e){
  e.printStackTrace();
 }

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to