Hi All,
I am using POI from last 4-5 months.
This is for the first time I am facing the strange problem.
That is.. if I am generating file using the rcp environment I am not getting
any error.
// comment = getPatriarch().createComment(new
HSSFClientAnchor(0, 0, 0, 0, (short)4, 2, (short) 9, 5));
// comment.setString(new HSSFRichTextString("Dscription")));
// cell.setCellComment(comment);
Means the file generates without any problem.
But when I try to open the file I am getting 'Unable to open' message.
If I am not setting an comments through the code 'set comment', I am not
facing any problem. On the other hand when I try to run the same thing
without rcp that is from the normal test say JUnit I am not facing any
problem.
If any one of you have the solution plz. let me know soon.
Thanks and Regards,
Darshak.
--
View this message in context:
http://www.nabble.com/Not-able-to-open-the-generated-excel-file-using-RCP.-tf4370567.html#a12457125
Sent from the POI - Dev mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]