hello sir/madam,
i use above same code to get comment in XSSF excel or .xlsx file.
but additionally i want comment as hidden .when my mouse over the cell that time only comment is visible othrewise it should be hidden. but in xssf when i do below code comment will not hide.
comment.setVisible(true);
but it's not working so please help me to hide comment in xlsx format using XSSF .
thank you
make comment visible falseSoham Desai August 29, 2012 at 7:52 PM
hello sir/madam, i use above same code to get comment in XSSF excel or .xlsx file. but additionally i want comment as hidden .when my mouse over the cell that time only comment is visible othrewise it should be hidden. but in xssf when i do below code comment will not hide. comment.setVisible(true); but it's not working so please help me to hide comment in xlsx format using XSSF . thank you
Post your Comment