https://issues.apache.org/bugzilla/show_bug.cgi?id=47188
--- Comment #3 from rajeev <[email protected]> 2009-12-21 03:32:09 UTC --- Hi, I have tried creating comments in the excel file, using below code ClientAnchor anchor = ch.createClientAnchor(); Comment comment = drawing.createCellComment(anchor); comment.setString(ch.createRichTextString(alias)); cell.setCellComment(comment); after writing the xls and opening the file it gives error "File error data may have been lost" and opens the file In the file, content is anchored to first cell as well as minimized which you need to expand to see the comment. Rajeev -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- 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]
